Difference between revisions of "Git"

From wiki
(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...")
 
(No difference)

Latest revision as of 15:23, 9 April 2017

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