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 Mac
  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.

Abra Sourcetree y haga doble clic en el repositorio "tutorial".

Select tutorial repository

Haga clic en el botĆ³n "Settings" situado a la derecha de la barra de herramientas.

Click the setting button at the right side in the tool bar on the repository operation screen

Haga clic en "Add".

Click Add button

Introduzca lo siguiente:

  • Nombre remoto: origin.
  • URL/ ruta: la URL del repositorio remoto que creĆ³ previamente en Backlog
The URL of the remote repository you previously created in Backlog

Haga clic en "OK".

Enter the URL of the remote repository and click OK button

El repositorio remoto "origin" aparecerĆ” ahora en la lista de "remotes" y podemos empezar a enviar cambios a Backlog.

origin was added
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

Ahora haga clic en el icono "Push" de la barra de herramientas superior.

Click the push button at the tool bar on the tutorial repository operation screen

Selecciona la casilla "main" y haz clic en "OK".

Click the OK button after check the check box of main

Cuando haya completado con Ć©xito el push, "origin/main" ā€” que representa el commit en remoto ā€” se mostrarĆ” en la columna "description" del commit.

The origin/main shown by the remote repository has been added

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