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?
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.
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?