Skip to content

Instantly share code, notes, and snippets.

@ninokierulf
Last active June 19, 2020 02:06
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 ninokierulf/9a2cb9f671169620e08d7bbd97855e10 to your computer and use it in GitHub Desktop.
Save ninokierulf/9a2cb9f671169620e08d7bbd97855e10 to your computer and use it in GitHub Desktop.
gitworkflow: Recipes

Train rerere

Download rerere.train.sh:

mkdir ~/source
cd ~/source
git clone https://github.com/git/git.git
  • bash ~/source/git/contrib/rerere-train.sh -o master..pu
  • bash ~/source/git/contrib/rerere-train.sh -o master..next
  • bash ~/source/git/contrib/rerere-train.sh -o next..pu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment