Last active
June 11, 2024 18:56
-
-
Save zendar426/b837ba988288032e22e9a6c21823dd24 to your computer and use it in GitHub Desktop.
[git flow commands] comandos de gitflow #java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git flow init | |
git flow feature start newf1 | |
4. Crear un tercer feature a partir de otro feature | |
git flow feature start newf3 feature/newf2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment