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

git 设置默认推送和拉去的分支

时间:2020-03-18 18:48:33      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:配置   mode   tco   lse   code   user   global   repos   lob   

需要两步操作

 

git branch --set-upstream-to=origin/yewu  yewu

git config --global push.default "upstream"

作完这两个步骤,会出现一下问题

[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
[remote "origin"]
    url = xxxxxxxxnf.git
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "yewu"]
    remote = origin
    merge = refs/heads/yewu

/userhome/.gitconfig

[push]
    default = upstream

该配置为全局配置

 

git 设置默认推送和拉去的分支

标签:配置   mode   tco   lse   code   user   global   repos   lob   

原文地址:https://www.cnblogs.com/leleyao/p/12519031.html

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