Issue
I've found a package in atom packages but I haven't downloaded it yet. Is there any way to check local history as it is in Eclipse?
I use git. But when I diff the file, I see all changes. However, I want to get chronological changes, how file is envolved.
Solution
You're looking for the git-history package:
Git History Package for Atom
View previous versions of any file known to git. By default, the plugin will now show a diff with the selected version. This can be disabled in the settings.
apm install git-history
Answered By - Hatchet
Answer Checked By - Willingham (JavaFixing Volunteer)