I am having trouble separating the Aquamacs24 nightly build branch from the master on my computer using the GitHub application and also with the terminal.
The master (1.58 GB) is located here:
$ git clone git://github.com/davidswelt/aquamacs-emacs.git
The Aquamacs24 branch (182.5 MB) is located here:
https://github.com/davidswelt/aquamacs-emacs/tree/aquamacs24
I've tried several variations in the terminal, but I'm not getting the same files as just clicking on the ZIP option in the link mentioned above, and checkout is not working:
$ git clone --depth 3 git://github.com/davidswelt/aquamacs-emacs.git
$ cd aquamacs-emacs
$ git checkout aquamacs24
Is there a way to separate the branch from the master once the entire 1.58 GB master is downloaded to the computer? Alternatively, what is the exact terminal command that will download the same thing as clicking on the ZIP icon on the github webpage cited above?