Skip to content

Instantly share code, notes, and snippets.

@jesperronn
Created May 22, 2014 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesperronn/777593e009dcb71e2652 to your computer and use it in GitHub Desktop.
Save jesperronn/777593e009dcb71e2652 to your computer and use it in GitHub Desktop.
git grafts example
# grafts define parents for commits see https://git.wiki.kernel.org/index.php/GraftPoint
#
# save this file as .git/info/grafts
#
#
# format:
# <commit sha1> <parent sha1> [<parent sha1>]*
#
# each entry terminated by a newline
#
#
#
#define our branch starting point r96606 and it's parent r96605
2f7d053cde7ecea1d2dd88fb71e2dae81a548460 e9e6d09bc463bcde09a80a4a5b60dcaa95f7e5b6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment