Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
173 B
173 B
- Pushing a branch to a new branch in remote.
git push --set-upstream <remote-path> <new-branch-name>
- Remove uncommited changes.
git restore .