Skip to content

Commit d03efa2

Browse files
committed
Example doesn't work on Windows 7.
Quotation marks doesn't work in the example on Git 1.9.5 on Windows 7. Only works with apostrophes.
1 parent 540e8ec commit d03efa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/aliases.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ We can demonstrate by aliasing `git visual` to run `gitk`:
6666

6767
[source,console]
6868
----
69-
$ git config --global alias.visual "!gitk"
69+
$ git config --global alias.visual '!gitk'
7070
----

0 commit comments

Comments
 (0)