Changes
Page history
update
authored
Mar 05, 2015
by
Administrator
Show whitespace changes
Inline
Side-by-side
initial-config.markdown
View page @
f8d4d6cd
...
@@ -24,9 +24,9 @@
...
@@ -24,9 +24,9 @@
```
```
7.
Добавляем короткие псевдонимы для часто встречающихся команд (опционально):
7.
Добавляем короткие псевдонимы для часто встречающихся команд (опционально):
```
```
git config --global alias.co checkout
>
git config --global alias.co checkout
git config --global alias.br branch
>
git config --global alias.br branch
git config --global alias.ci commit
>
git config --global alias.ci commit
git config --global alias.st status
>
git config --global alias.st status
git config --global alias.lg "log -3 --graph --color=auto"
>
git config --global alias.lg "log -3 --graph --color=auto"
```
```