Update git.sh
This commit is contained in:
parent
ae43884732
commit
93da182238
1 changed files with 1 additions and 0 deletions
1
git.sh
1
git.sh
|
@ -6,5 +6,6 @@ add-apt-repository ppa:git-core/ppa
|
|||
apt update
|
||||
apt install -y git
|
||||
|
||||
# Configures global gitignore file - edit ~/.config/global.gitignore and add rules
|
||||
touch ~/.config/global.gitignore
|
||||
git config --global core.excludesFile '~/.config/global.gitignore'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue