Created
October 4, 2018 08:40
-
-
Save alienlebarge/20ec5e4536ee750bc60aa634e38d4c13 to your computer and use it in GitHub Desktop.
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
# Get a feature published by another user. | |
git flow feature pull origin MYFEATURE | |
# You can track a feature on origin by using | |
git flow feature track MYFEATURE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment