Want to create interactive content? It’s easy in Genially!
GIT Training Material
Christian Macias
Created on February 28, 2022
Start designing with a free template
Discover more than 1500 professional designs like these:
Transcript
Steele Consulting Training
Version Control
Learn version control basics. At Steele we use GIT as our version control system so we’ll be going over GIT concepts.
Goal of this presentation
What is Version Control
Version Control
Track & Manage Changes
Collaborate
Method of tracking and managing changes made to a code base.Allows developers to collaborate on the same codebase.
A merge brings your branch back into the parent branch.
Merges
How does git work?
Allows us to have different versions of a project at any given moment
Taking a snapshot of the project at that moment including changes you’ve staged but excluding changes that are un-staged.
Prepare files you are going to be saving to GIT
Branch
Commit
Stage
Working with a Team
Working with a team
- GitFlow Branching Strategy
- Remote repositories
- Merge Conflicts
GitFlow
- Many services for hosting repositories
- GitHub
- Azure
- BitBucket
- etc..
- Repository URL
- Push your changes
- Pull others changes
Remote Repositories
Thank you!