dotfiles/pull.sh
2022-12-27 19:28:28 -05:00

5 lines
123 B
Bash

#!/bin/bash
if [ -f ~/git/dotfiles ] ; then
git config pull.rebase false
(cd ~/git/dotfiles && git pull)
fi