Akonwi Ngoh
Akonwi Ngoh
To make this work, you'll need to have atom set as your editor of choice in the git config. You can do that with this command `git config [--global] core.editor...
@jbrodriguez Yea this wouldn't be trivial because right now the other commands from this package just fire off commands in child processes and and an interactive rebase requires a lot...
The `Stage Hunk` command provides this. It could use some polishing I think but that is the interactive add command.
You're right @superdump. That comment was intended for the other issue (#484). Line by line staging would be great. It's not a priority for me at this point but it's...
I've been working on this over the last couple of days and it's not a trivial feature because in order to stage a subset of a hunk, the patch needs...
Thanks. Unfortunately, I don't think those help. I can update the index file with a single line by patching. What I don't understand is how to individually stage multiple lines...
This is possible. It's on the radar. It'll probably be a package setting similar to the verbose commit feature
You could [setup custom commands](https://github.com/akonwi/git-plus#experimental-features) for this. I'm not sure if you prefer vanilla js or coffeescript but here's an init.js snippet that should work ``` javascript atom.packages.onDidActivateInitialPackages(() => {...
This is a good point. I've been thinking about this. I'd like to have the push command do `dcommit` if the repo is using the git-svn bridge. That's something to...
I've just published a new version with a feature that allows users to define their own commonly used commands locally. Since this is a unique feature that may not be...