adding git command help

This commit is contained in:
alex 2024-08-22 15:10:29 -04:00
parent 80e731f163
commit f42507ff82

View File

@ -65,3 +65,15 @@ Once the JAR file is built, you can run it using
- Using command line: https://git-scm.com/doc
- Using IDE: https://www.jetbrains.com/help/idea/using-git-integration.html
Commands using `git` command line tool:
- `git checkout -b prueba2`
- dev changes
- `git add .`
- `git commit -m '#1 my user story'`
- `git push -u origin/prueba2`
- otros cambios
- `git add .`
- `git commit -m '#1 other changes'`
- `git push`