Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alienlebarge/20ec5e4536ee750bc60aa634e38d4c13 to your computer and use it in GitHub Desktop.
Save alienlebarge/20ec5e4536ee750bc60aa634e38d4c13 to your computer and use it in GitHub Desktop.
# 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