Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git global gitignore

touch ~/.gitignore
git config --global core.excludesfile ~/.gitignore
Comment

git global ignore

#Create your global ignore file like a normal .gitignore
#in your home folder.
git config --global core.excludesfile /path/to/home/.gitignore
#Your git now exclude any file declared in that .gitignore
#It's useful for hide your IDE's folder (.idea, .vscode, ...)
Comment

git ignore global

$ cd ~
$ touch .gitignore_global
$ git config --global core.excludesfile ~/.gitignore_global
Comment

PREVIOUS NEXT
Code Example
Shell :: cmake command not found 
Shell :: pip install webview error 
Shell :: git pull in another branch 
Shell :: change linux user password 
Shell :: connect to heroku cli 
Shell :: how to disable ssh in linux 
Shell :: how to reduce the size of an image in linux 
Shell :: scp bash command 
Shell :: sed remove all line breaks 
Shell :: install docker-compose 
Shell :: untar all files in a directory 
Shell :: git get back to most recent commit 
Shell :: bash check if file is readable 
Shell :: awk output field separator 
Shell :: yarn install production only 
Shell :: comment in bash 
Shell :: kali linux ping ip 
Shell :: push imagesto docker 
Shell :: how disabled cors in chrome 
Shell :: start docker image 
Shell :: test ssh connection for github 
Shell :: Push your branch up to the remote. 
Shell :: linux grep 
Shell :: How to create and extract an archive or .tar file using linux commands 
Shell :: ubuntu navigate to directory in windows 
Shell :: bash cut delimiter multiple spaces 
Shell :: vi command linux 
Shell :: ubuntu essential commands 
Shell :: packet10 
Shell :: service previous logs 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =