-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
We're thinking of planning a git and GitHub workshop sometime this summer and someone brought up the idea of splitting it into what I'm calling intro level (never heard of git/don't know what it is) and next level (somewhat comfortable with basic git, but could use a deeper dive). What would be considered intro versus next level?
To me there are some clear delineations, and some things that could go in either one depending on how we break it down.
Intro:
- difference between git and GitHub (or other such services)
git initgit clonegit pullgit push- other git commands necessary for you yourself to work on your own project
Next level:
git rebase- git forking and branching workflow (this could go in either one, but it doesn't quite seem like something to bring up to people who have never used git before)
- more things