alias g='git' alias ga='git add' alias gc='git commit' alias gs='git status' alias gd='git diff' alias lg='lazygit' alias gtop="cd \$(git rev-parse --show-toplevel)" # go to top level of git repo