Created
January 31, 2020 08:14
-
-
Save agrogeek/4475d1d11fc366254d0fd8bc027cc796 to your computer and use it in GitHub Desktop.
Para añadir un origen remoto (GitHub) a un repositorio ya creado en local en Atom. Editamos .git/config y añadimos:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [remote "origin"] | |
| url = "https://github.com/user/repository" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment