Merge branch 'rs/archive-zip-raw-compression'
[gitweb.git] / Documentation / howto / revert-branch-rebase.txt
index a59ced8d046eeece06c2b621c21efb088932bf3a..84dd839db43560d5d459f403904ebb3769521064 100644 (file)
@@ -12,10 +12,10 @@ How to revert an existing commit
 ================================
 
 One of the changes I pulled into the 'master' branch turns out to
-break building GIT with GCC 2.95.  While they were well intentioned
+break building Git with GCC 2.95.  While they were well intentioned
 portability fixes, keeping things working with gcc-2.95 was also
 important.  Here is what I did to revert the change in the 'master'
-branch and to adjust the 'pu' branch, using core GIT tools and
+branch and to adjust the 'pu' branch, using core Git tools and
 barebone Porcelain.
 
 First, prepare a throw-away branch in case I screw things up.