Make Playlists from Multiple Sources!
- fork this repo: https://github.com/fiddler-crabs-2014/SoundCrowd.git
- clone your fork
- git remote add upstream https://github.com/fiddler-crabs-2014/SoundCrowd.git
- git checkout -b branch_name (NOTE: when creating a new branch, use feature/branch_name, chore/branch_name, bug/branch_name)
- when submitting changes i. git add .
ii. git commit -m "commit message"
iii. git push origin "branchname"
- go to github and submit a pull request to master from branchname
- have team members review work
- review and merge