Skip to content

Useful Git GitHub info

markheger edited this page Jul 6, 2020 · 3 revisions

Rebasing the develop branch of your fork from IBMStreams

This is much better than using pull requests, as it leaves your forked develop even with IBMStreams develop rather than one empty commit ahead. They key here is do not do work on your develop, use branches, git branches are cheap!

http://blog.bigbinary.com/2013/09/13/how-to-keep-your-fork-uptodate.html