Skip to content

Commit 3c7e3e1

Browse files
committed
Tip and trick
1 parent 7ff5111 commit 3c7e3e1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

en/book/02-git-basics/chapter2.asc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,11 +1324,9 @@ To [email protected]:schacon/simplegit.git
13241324

13251325
Now, when someone else clones or pulls from your repository, they will get all your tags as well.
13261326

1327-
=== Tips and Tricks
1327+
=== Git Aliases
13281328

1329-
Before we finish this chapter on basic Git, a few little tips and tricks may make your Git experience a bit simpler, easier, or more familiar. Many people use Git without using any of these tips, and we won’t refer to them or assume you’ve used them later in the book; but you should probably know how to do them.
1330-
1331-
==== Git Aliases
1329+
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. 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.
13321330

13331331
Git doesn’t infer your command if you type it in partially. 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`. Here are a couple of examples you may want to set up:
13341332

0 commit comments

Comments
 (0)