Git

From wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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