Opleiding: Git for IT professionals
Learn to understand and use Git
Git is a distributed version control system that IT professionals use to save their source code and to share it.
This course teaches you how to use Git the right way. You will learn to work with a local and remote repository and to deal with merge conflicts. You will also learn the possibilities and risks of rewriting (local) history.
- Solve merge conflicts using multiple strategies [Apply]
- Operate on a remote GIT repository in order to collaborate with others [Apply]
- Outline version control systems and GIT in historical context. [Remember]
- Extrapolate how the .git directory works under the hood. [Understand]
- Use git status and git diff to quickly identify changes [Apply]
- Understand how to rewrite history and what the consequences are [Understand]
- Introduction
- What is source code control?
- 1st, 2nd, 3rd generation
- Git introduction
- Anatomy of a Repository
- Blobs
- Trees
- Commits
- Hashes
- Basic Snapshotting
- Checkout/switch
- Index
- Branching
- Add / commit
- Going distributed
- Introducing a remote
- Fetch / pull and push
- Branching & merging
- Create branches
- Merge kinds: fast forward, merge commit, rebasing
- Tags
- Solving con…
