Skip to content

atho316/MSDS6306_CaseStudy_1

 
 

Repository files navigation

MSDS6306_CaseStudy_1

git repo SOP (will delete once we go live)

Please update if I leave anything out.

Initial setup

Updating git repo

  • navigate to the repo
  • type "git pull origin master" to make sure you are up-to-date
  • type "git checkout -b" and a name of the new branch you want to use
  • add files you wish to share with group to the repo on your local machine
  • or make changes to files already in the repo on your local machine
  • type "git status" to see all the files that are staged (will most likely be green)
  • type "git add" and then the file names that you wish to share and are not staged (will most likely be red)
  • type "git commit -m" and a short message documenting reason for change in quotes " "
  • type "git pull origin master" to make sure your repo is up-to-date
  • type "git push origin" and name of your branch to push your changes to the github repo
  • type "git checkout master" to return to the master branch
  • type "exit" to exit

Getting Started

Prerequisites

Running the tests

Data sets

  • Beers.csv 2410 craft beers from US breweries
  • Breweries.csv 558 US breweries

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published