Skip to content

KateriSalk/Environmental_Data_Analytics

Repository files navigation

Environmental_Data_Analytics

Data analytics course for Duke University. Course code: ENV 872L

User: Kateri Salk

Instructions for using this repository:

  1. Fork this repository into your own GitHub account.
  2. Clone your forked repository onto your local drive.
  3. To pull updates from this repository, add this repository as an upstream remote:

git remote add upstream https://github.com/KateriSalk/Environmental_Data_Analytics

  1. To verify that this repository is the upstream remote:

git remote -v

Your own repository should be listed as "origin" and this repository should be listed as "upstream."

  1. To pull updates from this repository:

git pull upstream master

OR

git fetch upstream git merge upstream/master

  1. If a conflict arises during merge, update the file(s) to your liking, stage them and commit them.

testing merge error with Taylor

About

Data analytics course for Duke University. Course code: ENV 872L

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published