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
browsing the git history in a compact yet still highly condensed view containing all important information:
git log --graph --source --oneline --branches --tags |