Git Flow修补程序-同行评审和;合并到远程主机&;发展

Git Flow修补程序-同行评审和;合并到远程主机&;发展,git,github,git-flow,hotfix,Git,Github,Git Flow,Hotfix,我有一个修补程序,我想提交同行审查 我正在使用git流 git flow似乎没有git flow修补程序发布命令 我是如何处理这一问题的: 本地的 遥远的 Ask a team member to pull / review the hotfix branch delete the hotfix branch 本地的 遥远的 Ask a team member to pull / review the hotfix branch delete the hotfix branch 这看起来

我有一个修补程序,我想提交同行审查

我正在使用git流

git flow似乎没有
git flow修补程序发布
命令

我是如何处理这一问题的:

本地的

遥远的

Ask a team member to pull / review the hotfix branch
delete the hotfix branch
本地的

遥远的

Ask a team member to pull / review the hotfix branch
delete the hotfix branch

这看起来有点笨重。我想要的是能够向远程服务器上的开发和主分支提交修补程序分支的请求。然后,我希望能够在本地主机上执行git拉取,并开发分支以保持它们的同步。

修复程序确实无法发布(请参阅)

但这项功能已经在本系统中实现

请参阅:即使它不是您要执行的命令的确切顺序,您也可以轻松地调整它以符合您的目标