+[10 years ago]cyrus_mcideally development stays around for ever. You develop a new feature, merge it into production when tested and then continue to develop +[10 years ago]tobiasvlall right. that's fine too +[10 years ago]tobiasvlcyrus_mc: what you do after you've merged the pull request, when you want to do new work on development, you do "git rebase master" +[10 years ago]tobiasvland voila, you're not behind anymore. you integrate the production branch's merge commit into development +[10 years ago]cyrus_mck
+[10 years ago]fahadashCan I modify an existing PR by adding a few newer commits to it? +[10 years ago]thibaultchafahadash Just push to the same branch +[10 years ago]fahadashI just noticed +[10 years ago]fahadashGithub is amazing +[10 years ago]VxJasonxVthibaultcha: it's better to encourage branching