git push代碼到遠程新分支

Git pushhtml 獲取遠程代碼修改後,想要push到遠端與原來不一樣的新分支,可使用下面的命令實現: git push origin 本地分支:遠端但願建立的分支git 例如git下來的分支爲masterweb git branch >>> *master git push origin master:my_remote_new_branch #遠端便可建立新的分支my_remote_ne
相關文章
相關標籤/搜索