Where you'll learn to use Git with a team. If you haven't taken the first Git course yet, I recommend starting with it. It contains:
The stuff in the first course is great if you work by yourself... but you'll need to know more if you want to stand a chance as a developer at MegaCorp™ where we sell synergistic CRM (customer relationship management) solutions to the "enterprise."
This course (part 2) will enable you to work effectively in small or large teams and we will go over:
Click to play video
This course assumes you completed Learn Git 1 and have already done the following:
2.46.0 or higher, if you don't already have it.I recommend installing the GitHub CLI for easy authentication and integration with GitHub. One simple installation method is to use Webi by running:
curl -sS https://webi.sh/gh | sh
Then make sure you're authenticated by running this command to log in through your browser:
gh auth login
Run and submit the CLI tests.