GIT workshop for ACC CS Club 2023
Create a workshop for ACC CS Club members to become masters of git and github.
See contributing.md and commits.md
- Create guide for getting started with git
- Create a github account
- Install git (MacOS, Windows, Linux)
- Basic Commands -
git init
,git clone
,git add
,git commit
,git push
,git pull
, etc.
- Create a guide for best practices in group settings
- Branching
- Merging
- Pull Requests
- Code Reviews
- Issue Tracking
- Project Management
- Symantic Versioning/commits
- Setting Permissions/Security
- Go over version control (semantic release)
- Create artificial conflict scenerios
- Merge conflicts
- Rebase conflicts
- Push conflicts
- Pull conflicts
- Misc. conflicts
- Cover advanced git features
- cherry-pick
- etc
- Play through and understand git tutorial game