Skip to content

Latest commit

 

History

History
executable file
·
23 lines (13 loc) · 434 Bytes

README.md

File metadata and controls

executable file
·
23 lines (13 loc) · 434 Bytes

Udiet - App Instruction

覆盖你电脑上的更改,然后下载Github上面的所有东西

git stash
git pull origin master

覆盖GitHub上面的所有,一切以你现在电脑的代码为准

git add --all
git commit -m "update"
git push -f origin master

用来上传现在电脑上的代码

git add --all
git commit -m "update"
git pull origin master
git push origin master