MidCamp 2023 - Git Demystified
Speaker Session
Event Details
This event occurred on Thu, Apr 27, 2023
DePaul University Student Center, 2250 N Sheffield Ave, Chicago
Git, a version control system, gives you the ability to track changes to a codebase over the history of a project. This unlocks the ability to incrementally change, review, and revert changes to code. Git’s speed and ease of use make it a virtual necessity on all modern software projects.
In this session, we went under the hood and explain the tracking system of Git while providing an overview of using Git as a version control system.
At the end of this session, attendees were able to:
- Use Git to track changes to a codebase
- Collaborate with other developers using Git
- Use Git commands like rebase and merge