Akonwi Ngoh
Akonwi Ngoh
this is definitely possible. If there's still interest in this, do y'all think it should be a setting to always use the `--signoff` flag when enabled or a separate command...
Unfortunately Atom doesn't work this way. Initally, an atom project could only have one root directory and if it was a repo, awesome. Otherwise no git functionality. Now, a window...
Updated link to atom issue (https://github.com/atom/atom/issues/2203)
That makes sense. I'll look into making this happen.
Thanks for the info. Perhaps you should create a pull request with those changes
Yep this is a great idea. Could you open up a PR and add the command to `lib/git-plus-commands.coffee` too? Also, how about having the label be "Delete Branch (Local and...
The [`CommandRegistry::add`](https://atom.io/docs/api/v1.36.0/CommandRegistry#instance-add) method has a couple signatures. What you'll do is similar to [the Fetch All command](https://github.com/akonwi/git-plus/blob/master/lib/git-plus.js#L210)
Whoa, that's really weird. Yea that's consistent on my computer too. I just profiled the actual execution of this package's activation, it only takes at most 4ms in any window,...
yea that could potentially be useful. it'll be important that the output is easy to parse so we can display meaningful results within atom.