git-flow-cheatsheet
git-flow-cheatsheet copied to clipboard
Should I pull the develop branch before starting a new feature ?
Should I pull the develop branch before starting a new feature ?
Definitely! You should always start with the most current develop branch to mitigate merging issues...
On Mon, Jan 23, 2017 at 3:28 PM, Mohammad Fares [email protected] wrote:
Should I pull the develop branch before starting a new feature ?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/danielkummer/git-flow-cheatsheet/issues/75, or mute the thread https://github.com/notifications/unsubscribe-auth/AA4mnRledhVvVhHaaCaRu6LXvwhCuYxSks5rVLkagaJpZM4LrGl7 .
I don't see any development branch. If I translate it to Hungarian based on a fork of the gh-pages branch, will the PR dry out like the Azerbajani translation PR?
Sorry, it's not the develop branch but directly the gh-pages branch.
And no, it won't dry out - I'm having time on my hands again to support the PRs
I did a git flow init
over the repo. I am beginning with Galician translation. Is it intended to use git-flow here? Or directly push to gh-pages
?