We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before submitting an issue, please be sure to update to the latest Gem version
we could have a more intuitive branch creation by providing some sugar syntax to it: e.g
story_branch create <issue id>
story_branch create <issue title>
Paste in any error messages using code-fences
The text was updated successfully, but these errors were encountered:
https://github.com/augmentable-dev/tickgit does a git blame on the TODO line which is nifty.
git blame
Sorry, something went wrong.
No branches or pull requests
Before submitting an issue, please be sure to update to the latest Gem version
Describe the steps to reproduce
we could have a more intuitive branch creation by providing some sugar syntax to it:
e.g
story_branch create <issue id>
looks for the issue and creates the branch based on the namestory_branch create <issue title>
tries to find the issue based on the title, creates a branch either from the title or the found issue.What did you expect to happen?
What happened instead?
Paste in any error messages using code-fences
Additional information
The text was updated successfully, but these errors were encountered: