Git Time Machine

Atom package that allows you to travel back in commit history
Alternatives To Git Time Machine
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Git Time Machine1,128
4 years ago44mitCoffeeScript
Atom package that allows you to travel back in commit history
Gtm795
4 years ago25August 02, 201942mitGo
Simple, seamless, lightweight time tracking for Git
Glass594
3 years ago8July 14, 201532mpl-2.0Go
Automated time tracking for Git repositories. [DEPRECATED]
Git Punchcard Plot156
3 years ago5Python
a tool to visualize the time distribution of commits
Tracklater115
4 months ago7March 12, 20213mitPython
TrackLater helps you track time after-the-fact by combining clues and showing your day on a simple timeline view.
Gitlab Time Tracker Taskbar105
4 years ago10gpl-2.0JavaScript
🦊🕘 A crossplatform menubar/taskbar application for GitLabs time tracking feature. Currently in BETA!
Git_time_extractor95
68 years ago6May 21, 20157Ruby
Analyzes Git repository commit logs to compute developer working hours, weekly activity, and to detect death marches in software development.
Gitpaid63
12 years agoShell
The programmer's time tracker
Clockout63
8 years ago3mitRuby
Log your hours worked using Git
Ia.bak61
3 years ago15gpl-3.0Shell
We back up a lot of stuff from around the web; now it's time to back up the Internet Archive, just in case.
Alternatives To Git Time Machine
Select To Compare


Alternative Project Comparisons
Readme

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.

You can hold shift when clicking on the timeplot or popup to set the right side version. If there is no left side version, or the version shift clicked is older than the left version, the older version should always display on the left because, as we all know, time travels from left to right. :)

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

Some users have reported seeing "Error: Command failed: git log --pretty=..." on mac when xcode license agreement is needed. Running sudo xcodebuild -license and accepting the agreement fixed the issued.

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

Popular Git Projects
Popular Time Projects
Popular Version Control Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Git
Coffeescript
Time
Atom Editor
Atom Package
Git Client