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
I'm still wrapping my head around this repo, but I'd be happy to help out if I can. I'm working on a rust project that will require several of the uncompleted features mentioned in #1287 and #1315 including...
git status (especially the status of staged files)
git add
Reset
Merging
Signed commits
Along with probably most notably:
git push
Are there any good first issues, especially considering these features? I don't have the knowledge to implement any of these features right away, but if there's anything helpful that I could do to move gix closer to implementing any of these features, please let me know.
I'm working on a startup that depends on async git rust tooling; I may have to switch over to using the git CLI (like gitu) for now, but I'd like to use gix as much as possible.
The text was updated successfully, but these errors were encountered:
I'm still wrapping my head around this repo, but I'd be happy to help out if I can. I'm working on a rust project that will require several of the uncompleted features mentioned in #1287 and #1315 including...
git status
(especially the status of staged files)git add
Along with probably most notably:
git push
Are there any good first issues, especially considering these features? I don't have the knowledge to implement any of these features right away, but if there's anything helpful that I could do to move
gix
closer to implementing any of these features, please let me know.I'm working on a startup that depends on async git rust tooling; I may have to switch over to using the git CLI (like
gitu
) for now, but I'd like to usegix
as much as possible.The text was updated successfully, but these errors were encountered: