jayeew / GitCommand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

第一次

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/jiayiwang5/GitCommand.git
git pull origin master
git push -u origin master -f

此后

git add README.md
git commit -m "first commit"
git pull origin master
git push -u origin master

About


Languages

Language:JavaScript 100.0%