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.
1 parent 1ad58c5 commit 3355746Copy full SHA for 3355746
Readme.md
@@ -22,7 +22,8 @@ Tested on Linux and Windows 64 bits.
22
* [Git Checkout](./examples/checkout) `shows how to perform checkouts`.
23
* [Git Describe](./examples/describe) `shows how to describe commits`.
24
* [Git ls-files](./examples/ls_files) `shows how to view all files currently in the index.`
25
-* [Git push](./examples/push) `shows how to git push <remote> <branch>`.
+* [Git push](./examples/push) `shows how to git push <remote> <branch>`
26
+* [Git ls_remote](./examples/ls_remote) `shows how to list remote references.`
27
28
[Guide to linking libgit2](https://libgit2.org/docs/guides/build-and-link/) on various platforms
29
0 commit comments