Add git alias for finding out the repository's root directory
1 files changed, 1 insertions(+), 0 deletions(-) M git/.gitconfig
M git/.gitconfig => git/.gitconfig +1 -0
@@ 28,6 28,7 @@ br = branch ci = commit st = status + root = rev-parse --show-toplevel [color] diff = always status = always