Git

From wiki
Revision as of 15:23, 9 April 2017 by Vincent (talk | contribs) (Created page with "== Config == === Global gitignore === It is possible to use a global .gitignore file. This allows to ignore the file saved by your IDE or other tools that you use locally.<sy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Config

Global gitignore

It is possible to use a global .gitignore file. This allows to ignore the file saved by your IDE or other tools that you use locally.

$ mkdir -p ${XDG_CONFIG_HOME:-$HOME/.config}/git
$ vi ${XDG_CONFIG_HOME:-$HOME/.config}/git/ignore