Update pull.sh
This commit is contained in:
parent
bda4b2514d
commit
7268778f14
1 changed files with 3 additions and 3 deletions
6
pull.sh
6
pull.sh
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [ -d ~/git/dotfiles ] ; then
|
if [ -d ~/git/dotfiles ] ; then
|
||||||
(git config --global user.email "matt@nelim.org"
|
(git config --global user.email "matt@nelim.org" &&
|
||||||
git config --global user.name "matt1432"
|
git config --global user.name "matt1432" &&
|
||||||
cd ~/git/dotfiles &&
|
cd ~/git/dotfiles &&
|
||||||
git config pull.rebase false &&
|
git config pull.rebase false &&
|
||||||
git pull) # test if work
|
git pull)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue