Skip to content

Commit 3355746

Browse files
authored
Updated examples section
1 parent 1ad58c5 commit 3355746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Tested on Linux and Windows 64 bits.
2222
* [Git Checkout](./examples/checkout) `shows how to perform checkouts`.
2323
* [Git Describe](./examples/describe) `shows how to describe commits`.
2424
* [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>`.
25+
* [Git push](./examples/push) `shows how to git push <remote> <branch>`
26+
* [Git ls_remote](./examples/ls_remote) `shows how to list remote references.`
2627

2728
[Guide to linking libgit2](https://libgit2.org/docs/guides/build-and-link/) on various platforms
2829

0 commit comments

Comments
 (0)