... | ... | @@ -34,9 +34,14 @@ git config --global user.email <Gitlab profile Email> |
|
|
```
|
|
|
|
|
|
1. Путь к глобальному gitignore-файлу, файл [.gitignore_global](https://source.isimplelab.com/docs/howto/blob/master/.gitignore_global) можно скачать в этом же репозитории:
|
|
|
Для пользователей Windows:
|
|
|
```bash
|
|
|
git config --global core.excludesfile %USERHOME%\\.gitignore_global
|
|
|
```
|
|
|
Для пользователй Linux/Mac
|
|
|
```bash
|
|
|
git config --global core.excludesfile %HOME%/.gitignore_global
|
|
|
```
|
|
|
|
|
|
1. Добавляем короткие псевдонимы для часто встречающихся команд:
|
|
|
```bash
|
... | ... | @@ -64,4 +69,4 @@ git config --global push.default tracking |
|
|
```bash
|
|
|
git config --global rerere.enabled true
|
|
|
git config --global rerere.autoupdate true
|
|
|
``` |
|
|
``` |
|
|
\ No newline at end of file |