Introduction to git
Durată
10
ore
Locație
Pe net
Limba
Engleză
Cod
DEV-007
Training pentru 7-8 sau mai multe persoane?
Personalizați antrenamentele
pentru nevoile dumneavoastră specifice
Descriere
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!
După finalizarea cursului, se eliberează un certificat
în formularul Luxoft Training
în formularul Luxoft Training
Obiective
- 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
Public țintă
Developers
Cerințe preliminare
Be comfortable with the command line
Be willing to learn new stuff and break old habits
Foaia de parcurs
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