❮ TOC
❯
Git Intro
- Updated slides
- Self intro
- Why use a version control?
- Git Installation
- Which version do you have?
- Configure Git
- Configure and Privacy
- Getting help
- Exercises Session 1
- 4 Ways to get started
- Creating a local empty repository
- Create first file
- Add first file
- Commit first file
- Untracked and Modified
- File status
- Drop local changes (restore to HEAD or to index)
- Remove from stage (unstage) (restore to modified)
- So what was changed?
- Stage and HEAD
- Add all the files
- Git ignore
- .git/info/exclude
- .gitkeep
- add and commit in one step
- Move a file
- Remove a file
- Frequency of commits
- log and
- gitk
- blame
- Exercises Session 2
- Alias
- Git tag
- Remove tags
- Exercises Session 3