Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 775 Bytes

File metadata and controls

20 lines (11 loc) · 775 Bytes

Git-Trainer

Training Exercises for teachin people the basics of git

Instructions

Fork this repo, or make your own branch. DO NOT WORK ON MASTER, then the exercises won't be empty for other people. Then follow Instructions in each exercise.

Exercises

  1. Numberizer

I wrote some math forumulas, but I did a bad job. Fork the repo, then create a branch for each error you find. Have your team each checkout a branch, commit and push their fix, and then get a mentor to check over your work before merging to master

  1. tic-tac-toe

Play tic-tac-toe on github. Branch or Fork the repo, then use branching and merging to make moves.

  1. stop-the-presses

I overloaded python's print function. Make branches and mess around, see if you can add some fun functionality.