Skip to content

Commit

Permalink
Merge pull request #1946 from arphox/main
Browse files Browse the repository at this point in the history
Replace 'in lieu of' with 'instead of'
  • Loading branch information
ben committed Apr 28, 2024
2 parents 67e4da2 + b001ff8 commit a8da361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/02-git-basics/sections/remotes.asc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pb https://github.com/paulboone/ticgit (fetch)
pb https://github.com/paulboone/ticgit (push)
----

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.
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`:

[source,console]
Expand Down

0 comments on commit a8da361

Please sign in to comment.