#All GIT commands for reference
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
git config --list
git config user.name
git init
git clone
git status
git add
git add .
git restore --staged
git restore
git commit -m "message"
git branch
git branch
git merge
git branch -M
git remote add origin
git remote -v
git push origin
git push --all origin
git pull origin
git fetch origin
git remote remove
git clean -f
git clean -fd
git clean -xfd
git log
git blame
git show
git branch --show-current
git help
git init && git add . && git commit -m "first commit"
git clone && git checkout -b new-feature && git push -u origin new-feature
varun muje welcome kar ki tune muje saare codes dediye free mei