Author Václav Purchart
- git aliases
- pull
rebase = true
as a default - colors
- global
.gitignore
If you already have the .gitconfig
, you can only extend the current config with this one:
[include] path = /path/to/ooo/.gitconfig
Or:
- create
.gitconfig
and.gitignore_global
files in your user's root directory (cd ~
orcd /Users/<username>
) - copy a given content inside (.gitconfig & .gitignore_global)
- restart your terminal