GIT Training Material
Christian Macias
Created on February 28, 2022
Over 30 million people build interactive content in Genially.
Check out what others have designed:
TANGRAM PRESENTATION
Presentation
VALENTINE'S DAY PRESENTATION
Presentation
HUMAN RIGHTS
Presentation
LIBRARIES LIBRARIANS
Presentation
IAU@HLPF2019
Presentation
SPRING IN THE FOREST 2
Presentation
EXPLLORING SPACE
Presentation
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!