Merge branch 'jk/python-styles'
[gitweb.git] / Documentation / git-bisect.txt
index e4f46bc18dba1e55da83e4af76b8a7f30a7f40be..b4831bb0cf71bd2ebcdbbe9fc0330ea6bce45a33 100644 (file)
@@ -169,14 +169,14 @@ the revision as good or bad in the usual manner.
 Bisect skip
 ~~~~~~~~~~~~
 
-Instead of choosing by yourself a nearby commit, you can ask git
+Instead of choosing by yourself a nearby commit, you can ask Git
 to do it for you by issuing the command:
 
 ------------
 $ git bisect skip                 # Current version cannot be tested
 ------------
 
-But git may eventually be unable to tell the first bad commit among
+But Git may eventually be unable to tell the first bad commit among
 a bad commit and one or more skipped commits.
 
 You can even skip a range of commits, instead of just one commit,