1.git 合并
#git log origin/master
#git pull //本地没更新就拥有所有
#git fetch //没有证书时-->>#export GIT_SSL_NO_VERIFY=1
#git merge origin/master
2.git 提交
#git fetch
#git log origin/master
#git push origin master(远程):develop(本地分支)
3.git 中注意空目录可能提交没有***
1.git 合并
#git log origin/master
#git pull //本地没更新就拥有所有
#git fetch //没有证书时-->>#export GIT_SSL_NO_VERIFY=1
#git merge origin/master
2.git 提交
#git fetch
#git log origin/master
#git push origin master(远程):develop(本地分支)
3.git 中注意空目录可能提交没有***