nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.6k stars 2.66k forks source link

how to work gitflow together with github #6486

Open codifylex opened 11 months ago

codifylex commented 11 months ago

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.

kaanmertkoc commented 8 months ago

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.