git.rst
changeset 2176 40c43e30c7fa
parent 2175 3977f49ae241
child 2179 178897af315a
equal deleted inserted replaced
2175:3977f49ae241 2176:40c43e30c7fa
   324   Undoing git rebase.
   324   Undoing git rebase.
   325 
   325 
   326 Git bisect
   326 Git bisect
   327 ==========
   327 ==========
   328 
   328 
   329 ``bad`` changes should be later in graph history then ``good`` ones.
   329 ``bad`` changes should be later in graph history then ``good`` ones. To use
       
   330 alternative names::
       
   331 
       
   332   $ git start --term-old=... --term-new=...
   330 
   333 
   331 Start bisecting with::
   334 Start bisecting with::
   332 
   335 
   333   $ git bisect start
   336   $ git bisect start
   334 
   337