Skip to content

Instantly share code, notes, and snippets.

@wnoguchi
Created June 17, 2013 08:48
Show Gist options
  • Save wnoguchi/5795531 to your computer and use it in GitHub Desktop.
Save wnoguchi/5795531 to your computer and use it in GitHub Desktop.
gitでマージするときにコミットしないようにするには。
$ git checkout staging
Switched to branch 'staging'
$ git merge --squash master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment