Skip to content

Instantly share code, notes, and snippets.

View aljgom's full-sized avatar

Alejandro Gomez aljgom

View GitHub Profile
@aljgom
aljgom / README.md
Last active April 8, 2019 22:07 — forked from IanVaughan/README.md
Push branch from one remote into another

Push branch from one remote into another

Add remote2 as a remote

$git remote add remote2 git@github.com:repo2.git

View remotes

$ git remote -v

remote2 git@github.com:repo2.git (fetch)