Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
docs
How-To
Wiki
initial config
initial config
· Changes
Page history
Активация rerere
authored
Aug 18, 2015
by
Николай Кальгин
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
initial-config.markdown
initial-config.markdown
+5
-0
No files found.
initial-config.markdown
View page @
0fa2f2c8
...
...
@@ -46,3 +46,8 @@ git config --global branch.master.rebase true
```
git config --global push.default tracking
```
11.
Активируем запись действий по разрешению конфликтных ситуаций при слиянии
```
git config --global rerere.enabled true
```