You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/02-git-basics/sections/aliases.asc
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
[[_git_aliases]]
2
-
=== Git Aliases
2
+
=== نام های مستعار در گیت
3
3
4
4
(((aliases)))
5
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
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.
7
7
8
-
Git doesn't automatically infer your command if you type it in partially.
9
-
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)))
10
-
Here are a couple of examples you may want to set up:
8
+
گیت توانایی پی بردن خودکار به دستورات نیمه نوشته را ندارد.
9
+
اگر می خواهید فقط بخشی از یک دستور را تایپ کنید و گیت آن را بشناسد، به سادگی می توان یک نام مستعار با دستور
0 commit comments