Skip to content

Cómo enviar los ejercicios? #5

Discussion options

You must be logged in to vote

Tenes que hacer un commit con los cambios y despues hacerle push a la branch main

1 git commit -m "mensaje xyz"
2 git push origin main

mas info sobre git commit: https://www.freecodecamp.org/espanol/news/el-comando-git-commit-explicado/

mas info sobre git push: https://www.freecodecamp.org/espanol/news/el-comando-git-push-explicado/

Edit suggested by martinvilu
Agregá primero un git add <nombre archivo> para que este quede en "Staging" y el commit lo pueda guardar.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Joaquin-Gomez-2005
Comment options

@loloide
Comment options

@Joaquin-Gomez-2005
Comment options

@loloide
Comment options

@martinvilu
Comment options

Answer selected by Joaquin-Gomez-2005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants