How to add more Git Tiki branches after you cloned a single one
Published -Outside development scope, I usually setup my Tiki instance as compact as possible cloning the last revision and a single branch.
However I needed to cherry-pick a commit onto 2 branches and for some reasons Gitlab, where I keep my repositories wasn't able to do it automatically as it does usually.
I had to go under my git config hood to rerouting cables and add a second branch to my existing origin/master.😉