github push and pull using git bash
In git bash:$ git init$ git add .$ git commit -m "Add existing file"$ git push -allOther useful commands$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY$ git remote -v
原创
2019-12-05 09:42:11 ·
244 阅读 ·
0 评论