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 ca3999d + 2f4bf83 commit ed19b95Copy full SHA for ed19b95
Documentation/config/alias.adoc
@@ -38,6 +38,6 @@ it will be treated as a shell command. For example, defining
38
** A convenient way to deal with this is to write your script
39
operations in an inline function that is then called with any
40
arguments from the command-line. For example `alias.cmd = "!c() {
41
- echo $1 | grep $2 ; }; c" will correctly execute the prior example.
+ echo $1 | grep $2 ; }; c"` will correctly execute the prior example.
42
** Setting `GIT_TRACE=1` can help you debug the command being run for
43
your alias.
0 commit comments