We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395e837 commit 2876854Copy full SHA for 2876854
bin/git-cdup
@@ -0,0 +1,3 @@
1
+#!/bin/sh
2
+
3
+exec git rev-parse --show-cdup "$@"
bin/git-prefix
+exec git rev-parse --show-prefix "$@"
bin/git-root
+exec dirname `git rev-parse --git-dir` "$@"
0 commit comments