We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e4da2 commit b001ff8Copy full SHA for b001ff8
book/02-git-basics/sections/remotes.asc
@@ -87,7 +87,7 @@ pb https://github.com/paulboone/ticgit (fetch)
87
pb https://github.com/paulboone/ticgit (push)
88
----
89
90
-Now you can use the string `pb` on the command line in lieu of the whole URL.
+Now you can use the string `pb` on the command line instead of the whole URL.
91
For example, if you want to fetch all the information that Paul has but that you don't yet have in your repository, you can run `git fetch pb`:
92
93
[source,console]
0 commit comments