Skip to content
Snippets Groups Projects
Commit 85bae41d authored by THEODOSIOS ATHANASAKIS's avatar THEODOSIOS ATHANASAKIS
Browse files

Change master to main while creating page branch

parent 2e47e8b2
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ After reading all the steps, it is time to summarize everything for faster code
git push origin <page-version-branch> --force
git update-ref -d HEAD
git reset
git checkout master --force
git checkout main --force
```
7. Email to TU Delft
......
......@@ -99,7 +99,7 @@ git commit -m "New book version <book-version>"
git push origin <page-version-branch> --force
git update-ref -d HEAD
git reset
git checkout master --force
git checkout main --force
```
```{admonition} This is a non-reversible step!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment