utm-coders / studyGroup

Welcome to the University of Toronto Coders!
https://utm-coders.github.io/studyGroup
Other
6 stars 1 forks source link

Add Git lesson #12

Closed aays closed 5 years ago

aays commented 5 years ago

Covers basic command line Git, pushing a local repo to GitHub, and pushing/pulling. I added reverting commits + detached HEAD state as an appendix -- could cover that during the workshop if time allows. Let me know what you think!

Also, I'm now wondering whether there should be a second text file in the repo to emphasize the specificity of git add -- thoughts?

James-S-Santangelo commented 5 years ago

I think adding a second text file is a good idea, and I also think it's worth mentioning the .gitignore and maybe even adding a file or directory to it.