-2
I’m a beginner in Git Flow, when using normal git, the procedure I used to create a new Git Flow was like this:
- Create a new branch from a specific branch
- Performed the commit
- Ran the push origin command When I work with Git Flow, I do so:
- git flow Feature start
- I do the commits
- And finally I do: git flow Feature Finish My question is, how do I send my local modifications to the remote repository using Git Flow?