OSU-Geomatics / learnGitHub

Repo for learning GitHub Workflow and best practices
1 stars 0 forks source link

Develop a homework problem #3

Open hokiespurs opened 8 years ago

hokiespurs commented 8 years ago

Design an easy problem that a first time user can perform to show they know how to use github

hokiespurs commented 8 years ago
  1. make a github account (request student "individual" plan discount)
  2. sync code to your computer from foo4thought
  3. make an issue in foo4thought
  4. edit the wiki in foo4thought
  5. use markdown formatting, @ to tag another user and # to reference an issue
  6. add your name to winners.txt
  7. commit the change to the master branch
  8. make a new branch named "yourusername"
  9. add your name to the file champions.txt
  10. commit the change to your branch
  11. submit a pull request to merge "yourusername" branch with master
  12. resolve a conflict using winmerge