git 学习用,常用命令及流程如下:
git add .
git commit -m "<备注>"
git pull --rebase
git push
|
|
il y a 6 ans | |
|---|---|---|
| readme.md | il y a 6 ans | |
| ydf_test.go | il y a 6 ans |
git add .
git commit -m "<备注>"
git pull --rebase
git push
git status
git show