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 :: kill x-server 
Shell :: Error: GPG check FAILED fedora mysql 
Shell :: how to check cpu temperature ubuntu 
Shell :: gitlab reconfigure 
Shell :: ubuntu top bar hide 
Shell :: docker compose unless stopped 
Shell :: install vlc on ubuntu 
Shell :: powershell open device manager 
Shell :: pkgAcquire::Run (13: Permission denied) 
Shell :: how to uninstall chromium through terminal 
Shell :: how to open file explorer with sudo ubuntu 
Shell :: pm2 adonis 5 
Shell :: wsl backup 
Shell :: git list tracked files 
Shell :: plate form ignore in laravel composer install 
Shell :: fingerprint login disabled ubuntu 20.04 
Shell :: git remove folder remotely 
Shell :: install lighttpd 
Shell :: yarn install chocolatey 
Shell :: bash script print array elements index and value 
Shell :: cshell find file by name 
Shell :: conda install more-itertools 
Shell :: git orphan branch and remove all data 
Shell :: how to activate utf16 in powershell 
Shell :: zsh command not found: flutterfire 
Shell :: stop adb device 
Shell :: pod reinstall 
Shell :: require ext-curl * 
Shell :: install adobe reader on ubuntu 
Shell :: color picker linux 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =