Alias cần thiết cho git
File: ~/.gitconfig
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --graph --pretty=format:'%C(red bold)%h%Creset %C(bold yellow)[%an]%Creset -%C(bold cyan)%d%Creset %s %C(bold green)(%cr)%Creset' --topo-order