equal
deleted
inserted
replaced
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:: |