码迷,mamicode.com
首页 > 其他好文 > 详细

git

时间:2015-07-15 22:38:25      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:

 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

git

标签:

原文地址:http://www.cnblogs.com/Citizen/p/4649603.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!