Thanks to these instructions, I do not have any problem gitting and then compiling a single branch.
But: what is the smoothest way to merge a branch (like gtk3) with another (like xtransnew) – without interfering in any way with what is stored on github? In other words: how to perform this merge/compile on my local machine only?
Presently I am doing the merge the hard way, i.e. by copying files from one tree onto another.
That’s a relief I tried the git merge command, but then github asked me to log in – I did not log in, having fears that I might destroy something… After all, why would he ask me to login if whatever I do is performed locally on my computer only?
Here is what I tried:
git checkout gtk3
git merge xtransnew
and here he asked me to login…