我正在开发本地 git 存储库。有两个分支,master和feature_x。
master
feature_x
我想推feature_x送到远程仓库,但我不想推送master分支上的更改。
git push origin feature_x来自我的分支feature_x(feature_x远程分支已经存在)的工作吗?
git push origin feature_x
我不想在我的盒子上测试这个,因为我现在无法推送到大师。
git config push.default current
upsteam可以,但是当您没有分支时,origin您将需要设置上游分支。将其更改为current将自动设置 upsteam 分支并立即推送分支。
upsteam
origin
current