赞
踩
命令的最终修改都是针对.git/config文件
1 @ 使用--set-upstream去跟踪远程分支
git branch --set-upstream my_branch origin/my_branch
origin is your remote repo , you can add a remote repo :
git remote add [ options] <name> <url>
[ options ] -f, --fetch fetch the remote branches
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。