alias g='git'
# Git
alias gb='git branch'
alias gs='git status'
alias gl='git log'
alias gd='git diff'
alias gp='git pull'
alias gm='git commit -m'