Code Monkey home page Code Monkey logo

git-time-machine's Introduction

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

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.

git-time-machine's People

Contributors

alhadis avatar apetro avatar cbeninati avatar chimit avatar dspeckhals avatar igorrafael avatar littlebee avatar maskott avatar melvinsh avatar mupchrch avatar raqystyle avatar stephenlacy avatar vladrogovsky avatar waldnzwrld avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.