From f42507ff8265634efa1e68e67c3d04fc9e760477 Mon Sep 17 00:00:00 2001 From: Alex Prudencio Date: Thu, 22 Aug 2024 15:10:29 -0400 Subject: [PATCH] adding git command help --- DEVELOP.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/DEVELOP.md b/DEVELOP.md index ad19b6f..fba1187 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -64,4 +64,16 @@ Once the JAR file is built, you can run it using ### Using git - Using command line: https://git-scm.com/doc -- Using IDE: https://www.jetbrains.com/help/idea/using-git-integration.html \ No newline at end of file +- 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` \ No newline at end of file