Skip to content
GitLab
Explore
Sign in
Changes
Page history
Create home
authored
Jan 26, 2024
by
tuhe
Show whitespace changes
Inline
Side-by-side
home.md
0 → 100644
View page @
3d131338
```
plaintext
git checkout --orphan latest_branch
git add -A
git commit -am "Semester start"
git branch -D main
git branch -m main
git push -f origin main
```
\ No newline at end of file