My sandbox repo for teaching Git
- Understanding comfort levels
- Introduction to
open source - Introduction to version control
- Git basics (starter commands)
- Intro to
command line - Live demo
- Questions
- If time permits intro to advance commands
- Install git in your system - guide
- Have GitHub account handy with ssh or token generated - guide
- Basic command line familarity - guide
- We won't we using notebooks for this session
- Please install any editor of choice
git clone
git add
git commit
git status
git log
git pull
git branch
git checkout
git push