Last active
December 10, 2015 04:08
-
-
Save fukajun/4379121 to your computer and use it in GitHub Desktop.
トピックブランチでやりましたよ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git reset --hard 自分がコミットを追加する前のコミットのhash | |
| git merge ORIG_HEAD --no-ff -m "Merge branch '適当なトピックブランチ名'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment