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

Git常用命令

时间:2016-04-15 11:48:36      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:

整个文件夹提交 git add /var/www/git/

长期保存密码: git config --global credential.helper store  //执行这个命令后,第一次提交需要输入用户名密码,以后就不需要了

设置记住密码:git config --global credential.helper cache //默认15分钟

设置记住密码时间:git config --global credential.helper ‘cache --timeout=3600‘ //设置一个小时内有效

Git常用命令

标签:

原文地址:http://www.cnblogs.com/xiaozong/p/5394654.html

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