Introduction to git
Czas trwania
10
hours
Lokalizacja
Online
Język
English
Kod
DEV-007
Szkolenie dla #uczestników# lub większej liczby osób?
Dostosuj treningi
dla Twoich konkretnych potrzeb
Opis
Our training program will allow you to hit the ground running in working with git, the world's most advanced Version Control System. During the course participants will find out about basic concepts of distributed VCS, admire git's awesome features and gain practical experience using its various features. Git's speed, cheap local branching, and multiple workflows will make you want to fly!
Po ukończeniu kursu na formularzu Luxoft Training
wydawany jest certyfikat
wydawany jest certyfikat
Cele
- Give participants a crash course in basic git
- Get acquainted with the concepts of distributed version control systems
- Get comfortable with the most common git commands
Grupa docelowa
Developers
Warunki wstępne
Be comfortable with the command line
Be willing to learn new stuff and break old habits
Plan działania
What is git
- Author and origin
- Main concepts
- Differences from other SCMs
Work with single repository
- Initialization
- Add and commit files
- Log & config
- Git as directed acyclic graph
- Commit details
- Add and remove files from index
Work with local branches
- Branching basics
- Merge
- Checkout
- Local workflow
- Git reset
Parallel work with git
- Create and clone remote repository
- Parallel work cases demonstration
- Remote branches
- Pushing and pulling changes
- Tracking branches
- Custom log
- Aliases
Specific commands
- Git tag
- Merge vs. rebase
- Detached head state
- Git cherry-pick
- Git reflog
- Git revert
- Git stash