Skip to content

Atom package that allows you to travel back in commit history

License

Notifications You must be signed in to change notification settings

cbeninati/git-time-machine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-time-machine package

git-time-machine is a package for Atom that allows you to travel back in time! It shows visual plot of commits to the current file over time and you can click on it on the timeplot or hover over the plot and see all of the commits for a time range.

Gratuitous animated screenshot

To open the timeplot, just use the keyboard shortcut alt+t.

Troubleshooting

Unfortunately, git-time-machine, like the other Atom git log services, needs to shell out to the command line git executable and parse its stdout. We are working on getting this information another way, but that may take some time. As you might imagine, this is problematic.

Some things to check:

  • git command line utility needs to be in your path
  • can you install and use git-log Atom package?
  • it's been brought to my attention that some versions of git command line utilities (speculation: the version of git installed by github windows client) is not fully compatible with the official git client and doesn't support the pretty format needed to get the data to render the timeplot.
  • Windows users: make sure the 'git/bin' directory is in your PATH

Recommend installing the official Git client from here: https://git-scm.com/downloads and make sure its binary is the one in your path.

About

Atom package that allows you to travel back in commit history

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 92.2%
  • CSS 7.8%