首页 > 其他 > 详细

git配置的位置

时间:2015-09-12 14:41:17      阅读:237      评论:0      收藏:0      [点我收藏+]

项目/.git/config

[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
[remote "bitbucket"]
url = https://kkk@bitbucket.org/kkk/xxx.git
fetch = +refs/heads/*:refs/remotes/bitbucket/*
[branch "master"]
remote = bitbucket
merge = refs/heads/master

 

git配置的位置

原文:http://www.cnblogs.com/zgma/p/4802977.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!