Giter VIP home page Giter VIP logo

uanoaoastrostats's Introduction

UaNoaoAstroStats

Code for UA-NOAO Astrostatistics working group. Relevant links:

Getting started with git

To get started, first download git. If you're using Linux, it should be available in distribution's package manager. If you're using Mac, you can download it from the git webpage: http://git-scm.com/download/mac. You can also download it through homebrew, although you may need the "developer tools" to compile things available through the Mac Store.

The documentation on git's home page can be somewhat dense, but GitHub has a quite succinct "getting started" guide, that you should have seen when creating an account. But for an executive summary, the simplest way to make contributions is to:

  • Make a GitHub account
  • Navigate to this page and click the "Fork" button in the repository's upper right hand corner (you may also want to "Watch" and "Star" the repository as well for future reference).
  • Use $ git clone https://github.com/YOUR_USERNAME/UaNoaoAstroStats to make a local copy of your fork on your machine
  • Make your edits
  • Commit your changes $ git commit -a -m 'My short explanation'
  • Repeat for more changes
  • Checkout your commits $ git checkout
  • Push your changes to your fork $ git push
  • Go to your fork's GitHub page, and click that little green button with the arrows to make a pull request, with an explanation, and they can be integrated into the main repo.
  • The code in the pull request will be viewable as an "Issue" that others can comment on and review.
  • Congratulations, you have contributed code to a public GitHub repo!

We can cover more effecient workflows in our meetings, such as making changes to branches rather than directly editing master. If you find something written you consider an "anti-pattern" note you can make direct changes to this text to fix it! You can even use the "Edit" button on GitHub (after selecting the README.md file) to make changes within your browser.

Keeping your fork up to date

You'll need to incorporate other people's changes to the main "upstream" repository to sync to your local fork in order to keep it up to date.

  • Add the remote repository $ git remote add upstream master https://github.com/StewardObservatory/UaNoaoAstroStats.git, this is only necessary to do once
  • Sync your local repository on your computer by pulling changes from the upstream or "main" repository $ git pull upstream master
  • Sync your local repository to your forked GitHub repo $ git push origin master

uanoaoastrostats's People

Contributors

autocorr avatar chgreer avatar rachelbezanson avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.