Created
February 22, 2013 09:11
-
-
Save myamamic/5011947 to your computer and use it in GitHub Desktop.
[git] 問題のあるコミットを特定する
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
| * 参考 | |
| http://git-scm.com/book/ja/Git-%E3%81%AE%E3%81%95%E3%81%BE%E3%81%96%E3%81%BE%E3%81%AA%E3%83%84%E3%83%BC%E3%83%AB-Git-%E3%81%AB%E3%82%88%E3%82%8B%E3%83%87%E3%83%90%E3%83%83%E3%82%B0#%E4%BA%8C%E5%88%86%E6%8E%A2%E7%B4%A2 | |
| http://cdn8.atwikiimg.com/git_jp/pub/git-manual-jp/Documentation/chunked/ch02.html | |
| * git bisect start <bad> <good> | |
| よければ git bisect good | |
| 悪ければ git bisect bad | |
| * マージコミットなどを無視するには、git bisect skip | |
| * 終わったらかならず git bisect reset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment