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
It's often useful to rename branches (both locally and remotely). I propose to add the hit rename command, which will take care of renaming branches.
hit rename
For example, if you created a new branch with hit wip (proposed in #159), you can easily rename it under the issue 42 with the following command:
hit wip
hit rename wip 42
The logic is the following:
The text was updated successfully, but these errors were encountered:
[#160] hit rename
59c2439
Resolves #160
ba0a21e
[#160] hit rename (#181)
e11d1c8
* [#160] hit rename Resolves #160 * Fix Hlint
vrom911
Successfully merging a pull request may close this issue.
It's often useful to rename branches (both locally and remotely). I propose to add the
hit rename
command, which will take care of renaming branches.For example, if you created a new branch with
hit wip
(proposed in #159), you can easily rename it under the issue 42 with the following command:The logic is the following:
The text was updated successfully, but these errors were encountered: