We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

GitHub Repo

Just like we created a webflyx-local repo and used webflyx as a remote, GitHub makes it easy to create "remote" repos that are hosted on their servers.

Assignment

curl -sS https://webi.sh/gh | sh
gh auth login

If for some reason your browser fails to open automatically, paste the code at https://github.com/login/device.

git remote add origin https://github.com/your-username/webflyx.git

If you decided to use SSH instead, the command will look like this:

git remote add origin git@github.com:your-username/webflyx.git

Be sure to replace your-username with your actual GitHub username!

Run and submit the CLI tests from inside your webflyx directory.