alias add='git add' alias st='git status' alias ci='git commit' alias br='git branch' alias di='git diff'