git cheatsheet
browsing the git history in a compact yet still highly condensed view containing all important information:
git log --graph --source --oneline --branches --tags |
my 2 cents
Archive for 24th August 2011
browsing the git history in a compact yet still highly condensed view containing all important information:
git log --graph --source --oneline --branches --tags |