Your personalized, hands-on guide to learning Git and GitHub.
This is a README that corresponds to vfastronauts
, a public GitHub "repo" that I created but that you can contribute to.
README = well, you should read it. Per Github, "You can add a README file to your repository to tell other people why your project is useful, what they can do with your project, and how they can use it."
Before your first day at Astronomer, you'll be ahead if you can do the following:
- Clone a GitHub repo (aka download its contents to your "local machine", aka computer)
- Create a GitHub "Issue" (aka something you want to fix, edit, add, delete)
- Create a branch (aka a copy of those same files)
- Make a change to a file on your own branch (and save it, but without affecting the original file in the "master" branch)
- Submit a "Pull Request" - aka push up that change for review by someone else
- "Merge" that change to "master" (aka publish it and port those changes back up to the original file)
- Your Terminal (this is an "app" that comes by default on your computer - look it up in Spotlight)
- Git (install it here)
- A Code Editor. Pick one of the two:
- A GitHub Account
- Create an account (use your Astro email address)
- Doritos with lime (optional)
Everything you need to do will be in the form of a GitHub issue. With your name on it.
Click on over to "Issues" up top. Take it from there!
Some of these are linked around this repo, but basically just copy-pasting the list Viraj put together in the powerpoint for your convenience.