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.
2 parents f581de1 + 49902bd commit 26192beCopy full SHA for 26192be
Documentation/config.txt
@@ -456,7 +456,9 @@ If the alias expansion is prefixed with an exclamation point,
456
it will be treated as a shell command. For example, defining
457
"alias.new = !gitk --all --not ORIG_HEAD", the invocation
458
"git new" is equivalent to running the shell command
459
-"gitk --all --not ORIG_HEAD".
+"gitk --all --not ORIG_HEAD". Note that shell commands will be
460
+executed from the top-level directory of a repository, which may
461
+not necessarily be the current directory.
462
463
apply.whitespace::
464
Tells 'git-apply' how to handle whitespaces, in the same way
0 commit comments