learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 1 month agoHow Core Git Developers Configure Gitblog.gitbutler.comexternal-linkmessage-square2fedilinkarrow-up1178arrow-down11cross-posted to: [email protected]
arrow-up1177arrow-down1external-linkHow Core Git Developers Configure Gitblog.gitbutler.comlearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 1 month agomessage-square2fedilinkcross-posted to: [email protected]
minus-squarefmstrat@lemmy.nowsci.comlinkfedilinkEnglisharrow-up2·1 month 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'"