Skip to content

Instantly share code, notes, and snippets.

@agrogeek
Created January 31, 2020 08:14
Show Gist options
  • Select an option

  • Save agrogeek/4475d1d11fc366254d0fd8bc027cc796 to your computer and use it in GitHub Desktop.

Select an option

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:
[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