Keeping forked repos up to date with upstream
The usual workflow for contributing to open-source code is to fork the original repository to your account, create a feature branch, write the code and submit a pull request to the original repository. One thing to take note is to keep your forked repository up to date with the original repository. I always forget how …
Continue reading “Keeping forked repos up to date with upstream”