What you'll learn:
- Learn the key concepts of the Git source control system
- Step through the Git workflow
- Compare the different states in Git and compare between branches and commits
- Manage files with Git (move, rename, delete)
- Create branches and resolve merge conflicts
- Learn branching strategies
- Git
- GitHub
- Git GUI
- gitignore
- Git branching strategies
Why?
Are you front-end developer or back-end, in gaming or fintech development - doesn't matter. Version control system - is what unites us all. We work in teams and have to coordinate our work and code to deliver a high-quality solution.
How?
Git is the best tool to control your code. Learn concepts of Git to simplify your work!