【git】只需三行,在github中上传更新的项目代码

git add .
git commit -m "your commit"
git push -u origin master

你可能感兴趣的:(linux,git)