Closed ccfiel closed 1 year ago
Every time we finish hotfix, we need to
git push git checkout main git push git checkout development
To update the remote Git Hub. Can we add it to the hotfix finish command?
OK after reading the help we just need to put -p
git flow hotfix finish -p
Every time we finish hotfix, we need to
To update the remote Git Hub. Can we add it to the hotfix finish command?