Changes
Page history
update
authored
Apr 25, 2015
by
Николай Кальгин
Hide whitespace changes
Inline
Side-by-side
initial-config.markdown
View page @
cd43ae34
...
@@ -40,4 +40,6 @@ git config --global core.editor notepad2
...
@@ -40,4 +40,6 @@ git config --global core.editor notepad2
9.
Автоматический rebase вместо merge после pull
9.
Автоматический rebase вместо merge после pull
```
```
git config --global branch.autosetuprebase always
git config --global branch.autosetuprebase always
```
```
\ No newline at end of file
10.
Публикуем изменения только из текущей отслеживаемой ветки при вызове git push без аргументов
git config --global push.default tracking
\ No newline at end of file