您的位置:首页 > 其它

[Git]setting an existed local branch to track a remote branch

2013-04-17 09:26 1111 查看
In Git version 1.7.x:git br --set-upstream {local_branch} {remote}/{remote_branch
}
In Git Version 1.8.x:git branch -u {remote}/{remote_branch} {local_branch}

                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: