Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 886 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 886 Bytes

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