update authored by Николай Кальгин's avatar Николай Кальгин
...@@ -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