Skip to content
Courtney Ivey edited this page Jul 31, 2015 · 2 revisions

Basic Information

Under what license is git-work released?

The MIT. See https://github.com/oxocode/git-work/blob/master/LICENSE

Is this all of the code?

Nope! I'll be updating as time permits.

And if you'd like to pull-request a utility that you find useful, please feel free!

Installation Troubleshooting

I'm seeing an error. What should I do?

Error Resolution
It's broken.
$ fix it

Other Questions

Does archive-feature work on non-feature branches, like bugfix or hotfix?

Yep! You can archive any non-protected branch. Checkout the branch you want to archive, run git archive-feature and it will do the rest... interactively.

Will archive-feature delete the branch?

Yep! You will be prompted to delete the branch locally and remotely.

Future: Global configuration file that will allow you to bypass the prompts.