I wanted a simple git command to go up to the \"root\" of the repository.
I started with a script, but figured that I cannot change active directory of the shell, I
A better alias working in bash and zsh is:
alias git-root='cd "$(git rev-parse --show-cdup)"'