Skip to content

Instantly share code, notes, and snippets.

@femontanha
Created February 13, 2016 03:08
Show Gist options
  • Save femontanha/f126f4a3ccaa41bc8299 to your computer and use it in GitHub Desktop.
Save femontanha/f126f4a3ccaa41bc8299 to your computer and use it in GitHub Desktop.
Accept Pull Request

#Accept Pull Request

  1. git checkout develop && git pull origin develop

  2. git checkout feature/nome_da_feature

  3. git flow feature finish nome_da_feature

  4. git push origin develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment