git.rst
changeset 2173 69aed373ceb9
parent 2172 850d2d84e4c8
child 2175 3977f49ae241
equal deleted inserted replaced
2172:850d2d84e4c8 2173:69aed373ceb9
   317   $ git reflog
   317   $ git reflog
   318 
   318 
   319 and reset to necessary head::
   319 and reset to necessary head::
   320 
   320 
   321   $ git reset --hard "HEAD@{...}"
   321   $ git reset --hard "HEAD@{...}"
       
   322 
       
   323 https://stackoverflow.com/questions/134882/undoing-a-git-rebase
       
   324   Undoing git rebase.
   322 
   325 
   323 Debug git network operation
   326 Debug git network operation
   324 ===========================
   327 ===========================
   325 
   328 
   326 Git uses libcurl for network operation::
   329 Git uses libcurl for network operation::