Wednesday, May 4, 2022

Major GIT-FLOW cheatsheet: git flow feature publish MYFEATURE>> + git flow feature pull origin MYFEATURE<<

http://danielkummer.github.io/git-flow-cheatsheet/

If we start and we do not want to finish... we can publish and get it!:

git flow feature publish MYFEATURE>>

git flow feature pull origin MYFEATURE<<

No comments: