Skip to content

v3.0.2

Compare
Choose a tag to compare
@adriendupuis adriendupuis released this 28 Apr 15:50
git clone [email protected]:ezsystems/ezplatform-ee.git ~/tmp-ee;
cd ~/tmp-ee;
git checkout tags/v3.0.2
git remote add neworigin [email protected]:adriendupuis/ezplatform-ee-docker.git;
git checkout -b release/v3.0.2;
git push --force -u neworigin release/v3.0.2;

Note: Because there was a branch named v3.0.2 not containing the exact v3.0.2, the method is a little bit different than previously.