1、进入修改了的文件夹
右键—–Git Bash Here
2、$ git add style_3.css
3、添加注释 $ git commit -m "update"
4、push到远程仓库 $ git push -u origin master
1、进入修改了的文件夹
右键—–Git Bash Here
2、$ git add style_3.css
3、添加注释 $ git commit -m "update"
4、push到远程仓库 $ git push -u origin master
相关文章: