Skip to content
tomspilman edited this page Feb 21, 2013 · 1 revision

This outlines our process for producing hotfix releases for MonoGame.

Tips

Cherry Pick One File

In some cases you might need to cherry pick all changes to a single file in the develop branch. For instance if you wanted to copy the README.md file into the hotfix branch:

git checkout develop README.md
Clone this wiki locally