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. Confirmar un archivo
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

Confirmar un archivo

Vamos a aƱadir un nuevo archivo y registrarlo bajo el repositorio.

Cree un archivo llamado sample.txt en ese directorio con el siguiente contenido de texto.

Anyone can learn Git with this tutorial and Backlog

Abra el directorio "tutorial" y haga clic con el botĆ³n derecho del ratĆ³n en un espacio vacĆ­o.

Haga clic en "Git Commit -> to ā€˜mainā€™" en el menĆŗ contextual.

Cuando aparezca la siguiente pantalla, asegĆŗrese de que "sample.txt" estĆ” marcado en "Changes made". A continuaciĆ³n, introduzca un mensaje de confirmaciĆ³n (por ejemplo, "first commit") en el cuadro de mensaje y haga clic en "Commit".

Enter a message in the commit message field, then click the OK button.

Cuando aparezca la siguiente pantalla de barra de progreso, asegĆŗrese de que todo se ve bien y haga clic en "Close" para finalizar.

If it says Success, the attempt was successful.

Por Ćŗltimo, haga clic en "TortoiseGit" > "Show log" en el menĆŗ del botĆ³n derecho. El commit que hemos aƱadido aparecerĆ” ahora en el historial. Si es asĆ­, ya ha confirmado su primer archivo.

The recent commit is added to the history

A continuaciĆ³n, estĆ” listo para compartir el repositorio con su equipo.

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life