Rename default branch to ‘main’
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
285a946a1f
commit
53e59c8c09
13 changed files with 39 additions and 39 deletions
|
@ -12,6 +12,6 @@ fi
|
|||
request_id="$1"
|
||||
remote=${2:-"upstream"}
|
||||
git fetch "$remote" "pull/$request_id/head"
|
||||
git checkout -B "review-${request_id}" $remote/master
|
||||
git checkout -B "review-${request_id}" $remote/main
|
||||
git reset --hard FETCH_HEAD
|
||||
git pull --rebase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue