daily used commands
git
git init
git add .
git commit -m " "
git remote add origin <url>
git push
git checkout <branch>
git checkout -b <branch>
git branch
git status
git stash
git diff
git clone <url>
git merge <branch>
### remove existing git
sudo rm -Rf .git
### ...
gokulpisharody.hashnode.dev2 min read