|
export alias grt = cd (git rev-parse --show-toplevel or echo .) |
grt
# => fatal: ambiguous argument 'or': unknown revision or path not in the working tree.
# => Use '--' to separate paths from revisions, like this:
# => 'git <command> [<revision>...] -- [<file>...]'