Files
CLI-Notes/git.md
sudo-rsingh cc6b1bada3
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Add git.md
2026-03-04 23:38:41 +05:30

173 B

  1. Pushing a branch to a new branch in remote.
git push --set-upstream <remote-path> <new-branch-name>
  1. Remove uncommited changes.
git restore .