learnbyexample to Linux@lemmy.mlEnglish • 20 days agoHow Core Git Developers Configure Gitblog.gitbutler.comexternal-linkmessage-square2arrow-up1177arrow-down10
arrow-up1177arrow-down1external-linkHow Core Git Developers Configure Gitblog.gitbutler.comlearnbyexample to Linux@lemmy.mlEnglish • 20 days agomessage-square2
minus-squarefmstratlinkfedilinkEnglish2•17 days 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]>”:
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'"