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