Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

global gitignore

#Windows:
#Run this in cmd:
git config --global core.excludesFile "%USERPROFILE%.gitignore" && notepad "%USERPROFILE%.gitignore"

#Notepad will open, press yes to the prompt to make a new file.
#Any changes made to this file will work immediately for all repos.

## This makes both a ".gitconfig" and a ".gitignore" file in %USERPROFILE%
## The ".gitconfig" file is required for the ".gitignore" file to work.
Source by sebastiandedeyne.com #
 
PREVIOUS NEXT
Tagged: #global #gitignore
ADD COMMENT
Topic
Name
3+4 =