Skip to content

Commit 2ab4b0a

Browse files
committed
Improve intro text on aliases
1 parent 30347a5 commit 2ab4b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
=== Git Aliases
33

44
(((aliases)))
5-
Before we finish this chapter on basic Git, there's just one little tip that can make your Git experience simpler, easier, and more familiar: aliases.
6-
We won't refer to them or assume you've used them later in the book, but you should probably know how to use them.
5+
Before we move on to the next chapter, we want to introduce a feature that can make your Git experience simpler, easier, and more familiar: aliases.
6+
For clarity's sake, we won't be using them anywhere else in this book, but if you go on to use Git with any regularity, aliases are something you should know about.
77

88
Git doesn't automatically infer your command if you type it in partially.
99
If you don't want to type the entire text of each of the Git commands, you can easily set up an alias for each command using `git config`.(((git commands, config)))

0 commit comments

Comments
 (0)