$ git branch -a
* SocialAct
master
remotes/origin/HEAD -> origin/master
remotes/origin/SocialAct
remotes/origin/social
Run Code Online (Sandbox Code Playgroud)
我想删除远程分支"remotes/origin/social",并应用了folloing命令:
$ git branch -d -r origin/social
Deleted remote branch origin/social (was 26f6f61).
Run Code Online (Sandbox Code Playgroud)
但我不知道如何远程进行这些更改,以便从原点删除分支,每个人都可以看到更改.我尝试了git push,但这不起作用
任何帮助.