My git-fu eluded me for a second
This commit is contained in:
parent
3886210b35
commit
d7074f8277
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ fi
|
|||
cd $destdir
|
||||
git fetch origin
|
||||
|
||||
if [ "`git diff origin/master master`" != "" ];
|
||||
if [ "`git diff origin/master`" != "" ];
|
||||
then
|
||||
git pull -X theirs
|
||||
# change context so the chroot can cope
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue