just worked out this useful command for getting back to the top of a git repo, sharing in case others find it helpful and are sick of typing `cd ../../../../../``alias gcd='cd $(git rev-parse --show-toplevel)'`