Skip to content

Commit

Permalink
add tip to delete any existing branch with the same name
Browse files Browse the repository at this point in the history
  • Loading branch information
fialhocoelho authored Sep 10, 2024
1 parent cf3a78c commit 00dd509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm_odh.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ git commit -s --amend # To sign-off the merge commit.
Fetch the specific PR that needs to be merged into your branch.
```bash
export PR_NUMBER=<PR-number>
git branch -D ${PR_NUMBER} # Ensure any existing branch with the same name is deleted
git fetch upstream pull/${PR_NUMBER}/head:${PR_NUMBER}
```

Expand Down

0 comments on commit 00dd509

Please sign in to comment.