Open CHMALU opened 2 months ago
The first thing is that OCATOM branch says:
This branch is 1 commit ahead of, 15 commits behind master.
That means, that the branch should be synchronized with master first, i.e. master have to be merged into OCATOM:
git checkout master
git pull
git checkout OCATOM
git merge master
this will:
as a result OCATOM should be ahead of master by one yours commit.
…ed template in the env