#Accept Pull Request
-
git checkout develop && git pull origin develop
-
git checkout feature/nome_da_feature
-
git flow feature finish nome_da_feature
-
git push origin develop
#Accept Pull Request
git checkout develop && git pull origin develop
git checkout feature/nome_da_feature
git flow feature finish nome_da_feature
git push origin develop