You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@demian85 amending commits is definitely something gitteh can do. Staging changes in the index is something that is available in libgit2, but hasn't been handled in these bindings. The diff / staging methods in libgit2 are what you're after specifically. This lib is fairly inactive at the moment (pending a contributor - hint hint :D), you might want to see if nodegit has made available the functionality you're after in Node.
Hi,
I've been working on a 'git-gui' desktop app. I invite you to take a look: https://github.com/demian85/git-watcher
All the current functionality is provided by native git commands and the git-utils module.
Now, to make it more useful, I would like to implement at least the following features:
I've done a bit of research and my conclusion is that there is no way to implement those features without using a native git API.
Can node-gitteh help me? I couldn't find a clue by looking at the old documentation.
Thanks for your help.
The text was updated successfully, but these errors were encountered: