Auto Update
This commit is contained in:
parent
2b68762d13
commit
b054a4fc8e
1 changed files with 3 additions and 1 deletions
4
pull.sh
4
pull.sh
|
@ -4,5 +4,7 @@ if [ -d ~/git/dotfiles ] ; then
|
||||||
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)
|
git pull &&
|
||||||
|
git commit -am "Auto Update"
|
||||||
|
git push)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue