- co = checkout
- st = status
- cob = checkout -b
- cim = commit -m
- alias = ! git config --get-regexp ^alias. | sed -e s/^alias.// -e s/\ /\ =\ /
- pom = pull origin master
- poma = pull origin main
git config --global alias.name "alias"
example:
git config --global alias.co "checkout"