0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 4
click for more info
No active XP Potion
Accept a Quest
Login to submit answers
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:
This course assumes you completed Learn Git 1 and have already done the following:
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 login through your browser:
gh auth login
Run and submit the CLI tests.
The Boot.dev CLI requires you to be signed in to submit your solution!
Copy/paste one of the following commands into your terminal:
Run
bootdev run 741621f9-90a8-4fb6-92f0-db577628563d
Submit
bootdev run 741621f9-90a8-4fb6-92f0-db577628563d -s
Run the CLI commands to test your solution.
Using the Bootdev CLI
The Bootdev CLI is the only way to submit your solution for this type of lesson. We need to be able to run commands in your environment to verify your solution.
You can install it here. It's a Go program hosted on GitHub, so you'll need Go installed as well. Instructions are on the GitHub page.