dotfiles/pull.sh
2023-01-07 01:55:35 -05:00

5 lines
138 B
Bash

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