rusty-git icon indicating copy to clipboard operation
rusty-git copied to clipboard

Simple rust library for interacting with git

Results 4 rusty-git issues
Sort by recently updated
recently updated
newest added

Would be nice to be able to diff two remote branches and get the diff string output.

Currently the `add` method takes a `Vec` as its list of pathspecs, however this interface could be made more versatile by instead using `IntoIterator` here

Each git operation should be tested to ensure that it works.