ruby-git
https://github.com/ruby-git/ruby-git
Ruby
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
19 Subscribers
Add a CodeTriage badge to ruby-git
Help out
- Issues
- chore: release v5.0.1
- Deprecate Git::Branch and Git::Branches (and Git::Repository#branch/#branches) in favor of the BranchInfo API
- Add Git::Repository#in_branch and a merge-into-branch facade path (preconditions for Git::Branch deprecation)
- Deprecate Git::Remote (and Git::Repository#remote) in favor of the RemoteInfo API
- Deprecate Git::Repository#remotes in favor of #remote_list
- Resolve slash-containing remote names in Git::Branch string constructor path
- [post-7.x] Migrate remaining ActiveRecord-style classes to *Info DAO objects (umbrella)
- Deprecate Git::Branch#stashes in favor of Git::Repository#stashes_all
- Redesign Git::Repository::WorktreeOperations around a Git::WorktreeInfo data object
- Redesign Git::Repository::Stashing around the Git::StashInfo data object
- Docs