BHTOM-Team / bhtom2

7 stars 2 forks source link

introducing variables that change the content depending on the select… #191

Open CHMALU opened 2 months ago

CHMALU commented 2 months ago

…ed template in the env

majkelx commented 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.