every blog every motto: You will never know unless you try
0. 前言
由于github 不经常使用,命令总是要查来查去,而且时不时遇到相同的问题。遂将常用命令和遇到的错误进行小结,以备查看。
说明: 2020.6.3 11:34始,.
1. 正文
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/onceone/Semantic-segmentation.git
git push -u origin master
git remote add origin https://github.com/onceone/Semantic-segmentation.git
git push -u origin master