Git Commands
New Project git initialization
git init
File Changing to update git stage
git add .
Git Commit
git commit -m "Frist Commit"
Git Push
git push -u origin main
or
git push
Create a new Branch and Change another branch
git checko...
promahbubul.hashnode.dev1 min read