场景:在修改原项目文件/原项目添加新内容后,更新github上的项目;
解决:
还是在项目中打开GitBash
注:操作者:项目的 master
git add .
git commit -m "***"
git pull origin master
git push -u origin master
场景:在修改原项目文件/原项目添加新内容后,更新github上的项目;
解决:
还是在项目中打开GitBash
注:操作者:项目的 master
git add .
git commit -m "***"
git pull origin master
git push -u origin master