Linux git操作
2017-07-10 本文已影响72人
Darren_Lin
git clone https://github.com/DarrenLin1112/Darren.git
git status 查看工作区的状态 经常查看自己工作区状态
git add 文件名 文件建立一个跟踪 get add .
git commit -m "test"
git commit 执行提交的变更
git push 发布您的本地提交git
git config --global push.default simple 设置新的使用习惯
git help config
Python 】#sudo chown -R smbuser:smbuser Darren/ 给权限