Skip to content

Commit a8da361

Browse files
authored
Merge pull request #1946 from arphox/main
Replace 'in lieu of' with 'instead of'
2 parents 67e4da2 + b001ff8 commit a8da361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pb https://github.com/paulboone/ticgit (fetch)
8787
pb https://github.com/paulboone/ticgit (push)
8888
----
8989

90-
Now you can use the string `pb` on the command line in lieu of the whole URL.
90+
Now you can use the string `pb` on the command line instead of the whole URL.
9191
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`:
9292

9393
[source,console]

0 commit comments

Comments
 (0)