Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.79 KB

README.md

File metadata and controls

65 lines (44 loc) · 1.79 KB

Light curves & detrending workgroup at #exosamsi

Information

Room 219

Office Hours 9am

Members

How to join the exosami organization

One option is: if you star this repository, I'll add you to the organization. Alternatively, if you want to have more fun with git+GitHub:

  • Figure out how to add your name to the members list in this file 😄.
  • Then submit a pull request:

How to contribute to the repository

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/detrending.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/detrending.git

In this step, origin is the name of the remote. origin is what git called the repository that you originally cloned.