Skip to main content
  1. Learn
  2. Software Development
  3. Guides
  4. Git tutorial
  5. CĆ³mo usar Git
  6. CĆ³mo usar Git en Windows
  7. Subir a un repositorio remoto
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

Subir a un repositorio remoto

Vamos a subir al repositorio local que creĆ³ al principio de este tutorial.

Haga clic con el botĆ³n derecho en el directorio "tutorial" y haga clic en "Push".

Click Push

Haga clic en "Manage".

Click the Manage button.

Introduzca lo siguiente:

  • Remoto: "origin".
  • URL: la URL del repositorio remoto que creĆ³ previamente en Backlog

Haga clic en "Add New/Save", y "origin" corresponderĆ” ahora a la URL del repositorio remoto.

Haga clic en "OK" para finalizar.

Enter the remote repository URL and click the Add New/Save button the URL of the remote repository you previously created in Backlog
Si estĆ” en Console, el repositorio remoto "origin" se utilizarĆ” por defecto si omite el nombre remoto al hacer pushing/pulling. Esto se debe a que la convenciĆ³n suele utilizar "origin" como nombre remoto. Seleccione "origin" como el elemento Remoto en la pantalla de Push, luego haga clic en "OK".

Introduzca su correo electrĆ³nico y contraseƱa de Backlog. Haga clic en "Continue".

Enter your Backlog email and password. Then click continue

VerĆ” la siguiente pantalla cuando haya completado correctamente el empuje.

If you see success on the screen it means success.

Abra la pĆ”gina Git en Backlog, y encontrarĆ” una nueva actualizaciĆ³n correspondiente a su push al repositorio remoto listada en "Recent Updates".

The push item is added to the recent updates.

El archivo transferido tambiƩn aparecerƔ en la lista de archivos del repositorio remoto.

The file from the pushed repository is added.

A continuaciĆ³n, clonaremos este repositorio remoto.

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life