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 540e8ec commit d03efa2Copy full SHA for d03efa2
book/02-git-basics/sections/aliases.asc
@@ -66,5 +66,5 @@ We can demonstrate by aliasing `git visual` to run `gitk`:
66
67
[source,console]
68
----
69
-$ git config --global alias.visual "!gitk"
+$ git config --global alias.visual '!gitk'
70
0 commit comments