# https://github.com/rupa/z source ~/z.sh
# update all git repos in subdirs alias gitp="ls -d */ | xargs -P10 -I{} git -C {} pull" # fetch updates for git repos in subdirs alias gitf="ls -d */ | xargs -P10 -I{} git -C {} fetch --all"
ci = commit -m cf = clean -fxd cl = clone co = checkout cm = commit --amend --no-edit lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue<%an>%Creset' --abbrev-commit --date=relative --all -n 25 pf = push -f --follow-tags rb = rebase master st = status -sb