Welcome to iXperience! We're so excited to have you here :). If you have any issues, please feel free reach out to your TAs, Erica and Ian. This is the repository where you'll put your homework.
Follow these directions closely to set up your repository.
- Fork this repository. You can do this by clicking the
Fork
button on the top right of this page, and following those instructions. Then, navigate to the github page of the repo you just forked (note: the repo name in the top left should look something likebbugh/s0203_exercises
forked fromiExperience/s0203_exercises
). - Clone your fork to your
ixperience
folder on your laptop. You can do this by going to your terminal/command line tool, changing into yourixperience
directory by typing incd ixperience
, and then typinggit clone REPO_URL
. You can find the correctREPO_URL
on your github page. We recommend using the SSH clone URL. cd
into thes0203_exercises
folder.- Create a directory under the
s0203_exercises
folder using your real name and github account name, likes0203_exercises/BrianBugh-bbugh
. That will make it easier for us to remember who everyone's github name is! cd
into your new directory.- Save any homework files or files you change to this folder. IMPORTANT: Only save files into your personal folder (the directory named after your name and github username).
Only use this repository for your homework and any files you are contributing in class. Use pull requests to submit homework!
If any files are in the pull request outside of your personal folder, we will send it back to you to fix it!