+ [10 years ago] cyrus_mc ideally development stays around for ever. You develop a new feature, merge it into production when tested and then continue to develop
+ [10 years ago] tobiasvl all right. that's fine too
+ [10 years ago] tobiasvl cyrus_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] tobiasvl and voila, you're not behind anymore. you integrate the production branch's merge commit into development

message no. 110084

Posted by vicatcu in #github at 2015-08-31T19:51:22Z

then fork it back?
+ [10 years ago] fahadash Can I modify an existing PR by adding a few newer commits to it?
+ [10 years ago] thibaultcha fahadash Just push to the same branch
+ [10 years ago] fahadash Github is amazing
+ [10 years ago] VxJasonxV thibaultcha: it's better to encourage branching