nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

Home Page:http://nvie.com/posts/a-successful-git-branching-model/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to work gitflow together with github

codifylex opened this issue · comments

I need to centralize a project on github so that the main and develop branches are on github and when there is a feature, hotfix, release, the command is carried out remotely, that is, from a local machine.

I did not understand what did you asked specifically but you can publish your branch by typing git flow hotfix publish or git flow release publish to push local hotfix or release to github.