Update 'pull.sh'
This commit is contained in:
parent
7567ffcd76
commit
1bec83a13d
1 changed files with 1 additions and 1 deletions
2
pull.sh
2
pull.sh
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [ -f ~/git/dotfiles ] ; then
|
if [ -f ~/git/dotfiles ] ; then
|
||||||
git config pull.rebase false
|
git config pull.rebase false
|
||||||
(cd ~/git/dotfiles && git pull)
|
(cd ~/git/dotfiles && git pull) # test if work
|
||||||
fi
|
fi
|
Loading…
Reference in a new issue