What is Git
Understand what Git is and the problem it solves.
Track your code, collaborate, and publish a portfolio with Git and GitHub.
Understand what Git is and the problem it solves.
See why version control is essential for real projects.
Install and configure Git on your computer.
Create a Git repository for a project.
Save snapshots of your work with commits.
Work on features safely using branches.
Combine branches with merge.
Understand what GitHub adds on top of Git.
Connect a local repo to GitHub and push your code.
Propose and review changes with pull requests.
Work with others on a shared repository.
Practice the full Git workflow end to end.
Publish a real project to GitHub as a portfolio piece.