Skip to content

Commit 13cd047

Browse files
committed
don't prune without asking
1 parent 2db5b83 commit 13cd047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-remaster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if [[ $RSTASH ]]; then
3232
fi
3333

3434
# fetch updates
35-
if git fetch --prune --no-tags origin $MAIN_BRANCH; then
35+
if git fetch --no-tags origin $MAIN_BRANCH; then
3636
# if not on master branch, check it out, update and return to branch
3737
if [[ $BRANCH != $MAIN_BRANCH ]]; then
3838
git checkout $MAIN_BRANCH

0 commit comments

Comments
 (0)