git
Branch
git branch feature/signup
git checkout feature/signup
git checkout -b feature/signup # Make branch and checkoutCommit
git commit -m "feat: Introduce user repository"git checkout abc123Merge
git checkout my-branch
git pull origin my-branch
git merge main
git push origin my-branchStash
Stage
Tag
Remote, Push
Last updated