How Core Git Developers Configure Git (blog.gitbutler.com)
from learnbyexample@programming.dev to linux@lemmy.ml on 04 Mar 05:27
https://programming.dev/post/26330727

#linux

threaded - newest

Overspark@feddit.nl on 04 Mar 10:20 next collapse

That is a very useful article, thanks for linking it!

fmstrat@lemmy.nowsci.com on 06 Mar 12:57 collapse

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'"