Learn Git

Git Learning Roadmap

Learn what a branch is before switching between branches. Then use Git to combine histories and a hosting platform to review them through merge requests.

The lessons progress from Git Basics to Branches, which explains branch names, and then Checkout, which explains selecting a branch. Merge and Rebase branch from Checkout and reconnect at Remotes. Fetch, Pull, and Push branch from Remotes and reconnect at Merge Requests, a hosted review workflow that is separate from Git merge. CI/CD follows and is coming soon.

  1. Coming SoonCI/CDAutomate builds, tests, and deployments