nbutton23 / advent2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent Calendar 2019

"If yer gonna recurse, drink beer first." - Sparhawk

Contributing

  1. Fork to your own repo
  2. Create a folder for yourself off the main folder
  3. Commit code
  4. Submit Pull request

Workflow

  1. Fork this repo
  2. Clone your fork locally
  3. git remote add upstream git@github.com:sean-hart/advent2019.git
  4. Create a branch
  5. Do your work
  6. Commit
  7. git fetch --all
  8. git merge (or rebase) upstream/master
  9. git push origin $BRANCH
  10. Merge to master
  11. Submit PR to merge to this repo

About

License:MIT License


Languages

Language:Go 100.0%