标签:
http://git.oschina.net/mixure
https://github.com/mixure
ps: 1.Git使用https方式进行连接时,默认每次推送时都要输入用户名和密码。
git config --global credential.helper store
使用git pull / git push输入账号密码后就不用再次输入了
2.删除远程分支:git push origin :branch-name
标签:
原文地址:http://www.cnblogs.com/Citizen/p/4649603.html