5 lines
No EOL
123 B
Bash
5 lines
No EOL
123 B
Bash
#!/bin/bash
|
|
if [ -f ~/git/dotfiles ] ; then
|
|
git config pull.rebase false
|
|
(cd ~/git/dotfiles && git pull)
|
|
fi |