We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gix credential
1 parent 7abc0a3 commit 4dbbf51Copy full SHA for 4dbbf51
README.md
@@ -48,6 +48,8 @@ Please see _'Development Status'_ for a listing of all crates and their capabili
48
* [x] **previous-branches** - list all previously checked out branches, powered by the ref-log.
49
* **remote**
50
* [x] **refs** - list all references available on the remote based on the current remote configuration.
51
+ * **credential**
52
+ * [x] **fill/approve/reject** - The same as `git credential`, but implemented in Rust, calling helpers only when from trusted configuration.
53
* **free** - no git repository necessary
54
* **pack**
55
* [x] [verify](https://asciinema.org/a/352942)
0 commit comments