Git Cheat Codes
Git Cheat Codes
git remote -v
git init
git add .
git status
git add .
______________________________________________________
Moving changes from gitHub repo to local repo( the changes we have done in github
from other source will reflect to our local repo
______________________________________________________