learnbyexample to [email protected]English • 2 months agoHow Core Git Developers Configure Gitblog.gitbutler.comexternal-linkmessage-square2fedilinkarrow-up1175cross-posted to: [email protected][email protected]
arrow-up1175external-linkHow Core Git Developers Configure Gitblog.gitbutler.comlearnbyexample to [email protected]English • 2 months agomessage-square2fedilinkcross-posted to: [email protected][email protected]
minus-squarefmstratlinkfedilinkEnglish2•2 months agoI make tons of aliases. For instance my quick “got log” and “git log <branch[SS]>”: alias gl="git log --graph --abbrev-commit --no-decorate --date=format:'%Y-%m-%d %H:%M:%S' --format=format:'%C(8)%>|(16)%h %C(7)%ad %C(8)%<(16,trunc)%an %C(auto)%d %>|(1)%s' --all" alias glb="git log --graph --abbrev-commit --no-decorate --date=format:'%Y-%m-%d %H:%M:%S' --format=format:'%C(8)%>|(16)%h %C(7)%ad %C(8)%<(16,trunc)%an %C(auto)%d %>|(1)%s'"
I make tons of aliases. For instance my quick “got log” and “git log <branch[SS]>”: