github提交程式碼步驟

alicelmx發表於2019-02-28
1. git status
2. git pull
3. git add .
4. git commit -m "xxxx"
5. git push -u origin master

相關文章