Menu
Coddy logo textTech

Recap - Remote Setup

Part of the Version Control section of Coddy's Terminal journey — lesson 49 of 58.

challenge icon

Challenge

Easy

Initialize a fresh repo on the main branch. Add two remotes:

  • origin pointing to https://github.com/coddy/main.git
  • backup pointing to https://gitlab.com/coddy/mirror.git

Then run git remote -v to display both.

Try it yourself

Terminal

All lessons in Version Control