In this video will discussed about the git alias you can create a short cuts for regular used commands .
[alias]
X = log --oneline --graph
s = status
l = log
co = checkout
cm = commit -m
git config --global alias.br "branch"
git config --global alias.co "checkout"
git config --show-origin --global --list