Doubt about Git Flow

Asked

Viewed 17 times

-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?
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.