Montana-Media-Arts / 120_CreativeCoding

Main Code Repo for MART 120. This contains lecture code examples, the HW Wiki, and HW Code Examples.
https://montana-media-arts.github.io/creative-coding-1/
MIT License
131 stars 13 forks source link

Is two git hub sites possible? #217

Open ashtonmwilson opened 5 years ago

ashtonmwilson commented 5 years ago

I am in two different web design classes this semester, and both require me to Link to my "Master Branch" or "go live" as they are described in both classes. Does anyone know if it is possible to have two sites simultaneously?

ashtonmwilson commented 5 years ago

Or, I guess I am wondering if I can just but both classes directories into one larger directory... allowing it to all be one repo, without having points docked for different than instructed pathways?

sbuff25 commented 5 years ago

i don't see why not, as long as they'r all in the same directory.

anon-music-and-art commented 5 years ago

You should probably create separate repo’s for each class. That will be easier for you in the long run and fits inline with git repo best practices (one repo per project). But, each can be a live site!

On Jan 30, 2019, at 9:05 AM, AshtonMWilson notifications@github.com wrote:

Or, I guess I am wondering if I can just but both classes directories into one larger directory... allowing it to all be one repo, without having points docked for different than instructed pathways?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Montana-Media-Arts/120_CreativeCoding/issues/217#issuecomment-459001044, or mute the thread https://github.com/notifications/unsubscribe-auth/AeD_puIzegyEiKRD2wA3fE9LlYEkj9K7ks5vIcLGgaJpZM4aahS7.

ashtonmwilson commented 5 years ago

Awesome, thanks!!