Skip to content
Snippets Groups Projects
Unverified Commit 51340983 authored by Nico's avatar Nico
Browse files

rename master -> main

Gluon renamed default branch from master to main, change accordingly.
parent 97229abe
Branches
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ if ! git rev-parse "$base_tag"; then ...@@ -26,7 +26,7 @@ if ! git rev-parse "$base_tag"; then
fi fi
echo Base is at "$base_tag" echo Base is at "$base_tag"
git fetch upstream master git fetch upstream main
rebase_output=$(git rebase "$base_tag" --onto FETCH_HEAD) rebase_output=$(git rebase "$base_tag" --onto FETCH_HEAD)
if [ "$rebase_output" = "Current branch experimental is up to date." ]; then if [ "$rebase_output" = "Current branch experimental is up to date." ]; then
echo No changes in branch. not doing anything. echo No changes in branch. not doing anything.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment