Skip to content

AstroHackWeek/AstroHackWeek2020

Repository files navigation

Astro Hack Week 2020

This repository contains materials and information about Astro Hack Week 2020.

See the Detailed Schedule for schedule details

Binder

If you want to open the notebooks in this repository on binder, you can use the link below:

Binder

Instructions for Pull Requests

Further information on this topic can be found here.

  1. click "fork this repository"
  2. go to the fork of this repository on your github page
  3. clone the repository to your local computer
  4. move to the repository in your terminal
  5. create a new branch by typing "git checkout -b mynewbranch", where "mynewbranch" should be replaced by whatever name you'd like to give this branch
  6. make your changes
  7. commit your changes by typing "git add myfile.dat" (where myfile.dat is the file you just added/changed), followed by "git commit -m 'add a descriptive commit message here'".
  8. type "git push", which will push your changes to your fork of the repository
  9. Navigate to pull requests page of the AHW2020 repo, and click "new pull request"
  10. click the link "Compare across forks"
  11. leave the box "base fork:AstroHackWeek/AstroHack..." as is, but in the box after the arrow, change "head fork: AstroHackWeek:AstroHack..." to "head fork:YourGHUserName:AstroHackWeek2020" and "compare:master" to "compare:mynewbranch"
  12. Write an informative commit message and click "create pull request"

About

repo for materials for AstroHackWeek 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published