author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sat, 27 Dec 2014 23:31:28 +0200 | |
changeset 1650 | a48c3c61d0f9 |
parent 1649 | b4cc69426a4c |
child 1651 | c77807176b36 |
--- a/git.rst Tue Dec 23 03:25:56 2014 +0200 +++ b/git.rst Sat Dec 27 23:31:28 2014 +0200 @@ -163,6 +163,17 @@ $ git fetch $ git log origin/master..master # or just 'origin/master..' +git analog of 'hg glog'. +======================== +:: + + $ git log --all --graph + +Add alias:: + + [alias] + glog = log --all --graph + Debug git network operation. ============================