mirror of
https://example.com
synced 2024-11-22 16:56:38 +09:00
dev: no longer need to use --ipv4 for git pull
This commit is contained in:
parent
5c1c655957
commit
d19f196fd5
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ say "Pulling changes from the remote repo..."
|
|||
running "git checkout -- package.json packages/backend/assets"
|
||||
git checkout -- package.json packages/backend/assets
|
||||
|
||||
running "git pull --ff --no-edit --autostash --strategy-option theirs --ipv4"
|
||||
git pull --ff --no-edit --autostash --strategy-option theirs --ipv4
|
||||
running "git pull --ff --no-edit --autostash --strategy-option theirs"
|
||||
git pull --ff --no-edit --autostash --strategy-option theirs
|
||||
|
||||
NEW_COMMIT=$(git rev-parse --short HEAD)
|
||||
say "Pulled successfully! Now we're on \`${NEW_COMMIT}\`\n"
|
||||
|
|
Loading…
Reference in a new issue