/sinatra-api-and-files-lab

Using APIs and writing to files with Sinatra

Primary LanguageRuby

Sinatra API and Files Lab

How To Use Git For Your Lab Assignment

How to fork this repo

To get started, fork this repo to the github account of ONE of your group memebers to create a new repository for your group (We'll call this person the repository owner).

The repository owner should then add the other group members as github collaborators.

Each person in the group should clone the repo to their local machine

# Get the URL from the repository owner's repo as usual. It will be of the form
git clone git@github.com:<username>/<assignment>.git
# Clones your fork of the repository into the current directory in terminal
# pull, work, commit, and push to the repository as per the normal github
# workflow
git add .
git commit -m "Description of change made"
git push origin master

Submitting

  • To submit the lab, make your final commits, then have the repository "owner" issue a Pull Request within github. This will send us your code. Include a reasonable comment describing what you're doing.