Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
2.5k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...