Branches

The MaxQ Project on GitHub contains two branches, main and toolkit-base.

Branch : main

If you don’t mind having a few blueprints, maps, etc with SPICE examples, etc, go ahead and clone the main branch.

C:\Users\cn>git clone https://github.com/Gamergenic1/MaxQ.git
Cloning into 'MaxQ'...
...

C:\Users\cn>cd MaxQ

In addition to the Source directory you’ll have a Content directory containing Blueprint examples, some SPICE kernels, etc:

C:\Users\cn\MaxQ>dir

 Directory of C:\Users\cn\MaxQ

 01/04/2022  01:06 PM    <DIR>          Config
+01/04/2022  01:07 PM    <DIR>          Content
 01/04/2022  01:07 PM             1,088 LICENSE
 01/04/2022  01:07 PM             4,578 README.md
 01/04/2022  01:07 PM    <DIR>          Source
 01/04/2022  01:07 PM               274 Spice.uproject
Branch : toolkit-base

On the other hand… if all you want is the code for the SPICE modules, and ONLY that, you can clone just the toolkit-base branch. This makes sense if you’re integrating the four MaxQ modules into an existing project. You can limit the clone to this branch by adding options -b toolkit-base --single-branch.

C:\Users\cn>git clone -b toolkit-base --single-branch https://github.com/Gamergenic1/MaxQ.git
Cloning into 'MaxQ'...
...

C:\Users\cn>cd MaxQ

The end result:

C:\Users\cn\MaxQ>dir

 Directory of C:\Users\cn\MaxQ

01/04/2022  01:11 PM    <DIR>          Config
01/04/2022  01:11 PM             1,088 LICENSE
01/04/2022  01:11 PM             4,578 README.md
01/04/2022  01:11 PM    <DIR>          Source
01/04/2022  01:11 PM               216 Spice.uproject

Still Didn’t Find Your Answer?

We’d love to hear from you, whether you’re looking for an answer
or just had a really good day and want to tell someone about it

Reach Out