git-training
Something
Git commands
git init
- initialize git repogit remote add origin <the url>
git pull
- pull the codegit pull origin master
- pull from mastergit push
Something
git init
- initialize git repogit remote add origin <the url>
git pull
- pull the codegit pull origin master
- pull from mastergit push