Git newb. I find Git amazing, but I don't fully understand it.
I've cloned the GNU Emacs repository locally
(git clone https://github.com/emacs-mirror/emacs.git ~/src/emacs)
I see it has two branches - master and feature/native-comp.
I'm trying to build both the master branch
(git checkout master && autogen.sh && make)
as well as the native-comp branch
(git checkout feature/native-comp && autogen.sh && make)
Does git keep the compiled objects separated via the two branches - or - do I have to clone the emacs source code to two unique directories on my local system?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…