... | @@ -39,5 +39,5 @@ git config --global core.editor notepad2 |
... | @@ -39,5 +39,5 @@ git config --global core.editor notepad2 |
|
*Для Mac заменить notepad2 на предпочитаемый установленный редактор*
|
|
*Для Mac заменить notepad2 на предпочитаемый установленный редактор*
|
|
9. Автоматический rebase вместо merge после pull
|
|
9. Автоматический rebase вместо merge после pull
|
|
```
|
|
```
|
|
git config branch.autosetuprebase always
|
|
git config --global branch.autosetuprebase always
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |