我的 .git/config:
[remote "origin"]
url = git@github.com:nfpyfzyf/test.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
我当地的分支机构:
HEAD
|
F---G feature**current branch
/
C---D---E develop
/
A---B master
我现在在功能分支中,并且想推送到远程。当前命令是什么,是git push origin feature
吗?如果我这样做会发生什么git push
?