Skip to content

Accessing the DHIS2 history

Jason Pickering edited this page Sep 5, 2016 · 3 revisions

When the DHIS2 source code was migrated to GitHub in August 2016, the development decided to start with a fresh commit history. In order to preserve the full history of the source code, historical revisions were created in a separate repository located (here)[https://github.com/dhis2/dhis2-core-history]. If you need to access the historical revisions, you can invoke the following commands.

git remote add  -f history [email protected]:dhis2/dhis2-core-history.git
git replace --graft 29c829d80835eee905090137747915b7b5b60b95 fc867ce5be1a47ca9e580e1fa7f6c85197a88fd7
git checkout -b oldstuff <SHA>

Where <SHA> is the historical revision you would like to revert to.

Clone this wiki locally