git 第一次提交代码
2021-11-19 本文已影响0人
北〤极星_
1. git init
2. git add .
3. git commit -m "first commit"
4. git remote add origin
5. git push -u origin master
1. git init
2. git add .
3. git commit -m "first commit"
4. git remote add origin
5. git push -u origin master