git.rst
changeset 1771 b2d4be61da16
parent 1714 eed8cfffa44e
child 1815 49fb4309d4d0
equal deleted inserted replaced
1770:08de6eeb6339 1771:b2d4be61da16
   182   $ git commit --amend -m "$MSG"
   182   $ git commit --amend -m "$MSG"
   183 
   183 
   184 To edit messages of old commits starting from ``$REV``::
   184 To edit messages of old commits starting from ``$REV``::
   185 
   185 
   186   $ git rebase -i $REV
   186   $ git rebase -i $REV
       
   187 
       
   188 Git analog of 'hg root'.
       
   189 ========================
       
   190 ::
       
   191 
       
   192   $ git rev-parse --show-toplevel
   187 
   193 
   188 Debug git network operation.
   194 Debug git network operation.
   189 ============================
   195 ============================
   190 
   196 
   191 Git uses libcurl for network operation::
   197 Git uses libcurl for network operation::