

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
Not enough gems
Cost: 6 gems
1: GitHub Repository
incomplete
2: GitHub Repo
incomplete
3: Git Push
incomplete
4: Pull
incomplete
5: Pull Requests
incomplete
6: My Workflow
incomplete
7: Merge Pull Request
incomplete
This lesson's interactive features are locked, please to keep using them
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.
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.