Merge branch 'main' of git.nelim.org:/matt1432/dotfiles
This commit is contained in:
commit
bda4b2514d
1 changed files with 7 additions and 4 deletions
11
pull.sh
11
pull.sh
|
@ -1,5 +1,8 @@
|
|||
#!/bin/bash
|
||||
if [ -f ~/git/dotfiles ] ; then
|
||||
git config pull.rebase false
|
||||
(cd ~/git/dotfiles && git pull) # test if work
|
||||
fi
|
||||
if [ -d ~/git/dotfiles ] ; then
|
||||
(git config --global user.email "matt@nelim.org"
|
||||
git config --global user.name "matt1432"
|
||||
cd ~/git/dotfiles &&
|
||||
git config pull.rebase false &&
|
||||
git pull) # test if work
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue