Skip to content

Commit

Permalink
🐛 but do delete old PR branches
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Runde <[email protected]>
  • Loading branch information
joerunde committed Mar 25, 2024
1 parent 16d2753 commit 3616cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TGIS_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ git checkout ephemeral

# for each ${PR_NUMBER} to squash in:
# We first fetch the PR head from vLLM
git branch -D ${PR_NUMBER}
git fetch upstream pull/${PR_NUMBER}/head:${PR_NUMBER}
# Then we want to squash-merge on top of vLLM:main
git checkout upstream/main
Expand Down

0 comments on commit 3616cb3

Please sign in to comment.