** Population/Eccentricity Sub-Working Group ** Code, data, notes for a hierarchical model to investigate the eccentricity distribution at #exosamsi
Room 204 (week 1) Room 203 (weeks 2-3) Office Hours 11:00am ET Leaders: Meg (Population WG), Megan (Eccentricity sub-WG)
- Eric Ford
- [Someone]
- Add your name here…
One option is: if you star this repository, DFM can add you to the organization. Alternatively, if you want to have more fun with git+GitHub:
- Join GitHub
- Find the exosamsi/EccentricityDistribution repo
- Click the "fork" button:
- Figure out how to add your name to the members list in this file 😄.
- Then submit a pull request:
Once you're a member of the organization, you should be able to push to the main repository. To do this, you can clone the main repository by running:
git clone https://github.com/exosamsi/EccentricityDistribution.git
or, if you already have a checked out copy, you can point it at the main repository by running:
git remote set-url origin https://github.com/exosamsi/EccentricityDistribution.git
In this step, origin
is the name of the remote. origin
is what git
called the repository that you originally cloned.