code.twelvefourseven.net

Git

Published on: 2026-02-21

git alias

alias.st status
alias.lo log --oneline
alias.last log -1 HEAD --stat
alias.cm commit -m
alias.rv remote -v
alias.d diff
alias.sw switch
alias.br branch
alias.co checkout
alias.au add --update
alias.alias config --get-regexp ^alias\.
git st -s

git sw -c