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