Skip to content

Instantly share code, notes, and snippets.

@navicore
Created July 21, 2016 18:17
Show Gist options
  • Select an option

  • Save navicore/4fe4ecebd82d3ff08b300861fcb08c8e to your computer and use it in GitHub Desktop.

Select an option

Save navicore/4fe4ecebd82d3ff08b300861fcb08c8e to your computer and use it in GitHub Desktop.
git via email

git flow via email:

use bundle

pack:

git bundle create ~/devops.bundle master

unpack:

git fetch ~/devops.bundle master:localRef

git checkout localRef

git checkout master

git merge localRef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment