Skip to content

Instantly share code, notes, and snippets.

@gabrtv
Created September 5, 2013 15:28
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 gabrtv/6451734 to your computer and use it in GitHub Desktop.
Save gabrtv/6451734 to your computer and use it in GitHub Desktop.
Example: Creating a new feature branch using HubFlow
gabriel@delta:~/workspace/deis$ git hf feature start chef-api-retries
Fetching origin
Switched to a new branch 'feature/chef-api-retries'
Total 0 (delta 0), reused 0 (delta 0)
To git@github.com:opdemand/deis.git
* [new branch] feature/chef-api-retries -> feature/chef-api-retries
Summary of actions:
- A new branch 'feature/chef-api-retries' was created, based on 'develop'
- The branch 'feature/chef-api-retries' has been pushed up to 'origin/feature/chef-api-retries'
- You are now on branch 'feature/chef-api-retries'
Now, start committing on your feature. When done, create a
pull request on GitHub. Once that has been merged, use:
git hf feature finish chef-api-retries
gabriel@delta:~/workspace/deis$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment