Skip to content

Instantly share code, notes, and snippets.

@willnss
Created May 6, 2012 18:20
Show Gist options
  • Save willnss/2623629 to your computer and use it in GitHub Desktop.
Save willnss/2623629 to your computer and use it in GitHub Desktop.
Revision manual - git
$ git hist
* 328ce3f 2011-08-12 | Added anything (HEAD, master) [Manolo]
* d74e780 2011-08-12 | Some like... [Manolo]
* 6494c77 2011-08-12 | First [Manolo]
$ git checkout 6494c77
$ cat application.rb
#revision mode-on :)
$ git checkout -b branch_revision
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment