adding git command help
This commit is contained in:
parent
80e731f163
commit
f42507ff82
12
DEVELOP.md
12
DEVELOP.md
@ -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`
|
Loading…
Reference in New Issue
Block a user