Skip to content

Instantly share code, notes, and snippets.

@zendar426
Last active June 11, 2024 18:56
Show Gist options
  • Save zendar426/b837ba988288032e22e9a6c21823dd24 to your computer and use it in GitHub Desktop.
Save zendar426/b837ba988288032e22e9a6c21823dd24 to your computer and use it in GitHub Desktop.
[git flow commands] comandos de gitflow #java
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