Akonwi Ngoh

Results 82 comments of Akonwi Ngoh

Yea something about switching projects really screws up git-plus. I'll try to resolve this within the next couple of days. Edit: my keyboard was acting up and causing atom to...

Could you provide more detailed steps and maybe a gif or video of this happening? I'm really puzzled by this and can't reproduce it yet. Opening the dev tools might...

Git will run the hook before asking for a message if no arguments are passed with `git commit`. Commits are handled by the package by passing the file, in which...

I typo'd and entered the wrong issue number in that commit message. Those changes were not related to this that's why I left it open

I'm not sure. I think the answer is no though. This package is going to use the `git` it finds in your PATH or that you specify in its settings....

That is pretty cool feature! I like the idea a lot. I think it can be done in this package and it would be a little more involved. Right now,...

@TooBug I haven't started working on this yet I'm not sure when I will at this point but I do want it to happen

For those of you interested in this feature, I want to note that you can use the `Stage Files` and `Unstage Files` commands to select which files to add/remove from...

This feature is going to be more complicated than I anticipated. I've taken @jpolo's suggestion though and merged the 'Stage Files' and 'Unstage Files' commands into a single command where...

#246 is a request for staging hunks by selecting portions of a file. I think doing it from the diff view is a better idea though. As far as implementation,...