aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/README.md
diff options
context:
space:
mode:
authorAntonio Jesus Navarro Perez <antonio@sourced.tech>2017-02-28 11:56:10 +0100
committerAntonio Jesus Navarro Perez <antonio@sourced.tech>2017-02-28 11:56:10 +0100
commit305f28004ecbc03ea353437cf4c76423d93fbbd8 (patch)
treeeb6078b1213dec261881739170c5cd1dd13be7b8 /_examples/README.md
parent0e9dea19f856e256e609c3390e000760d2b2b95a (diff)
downloadgo-git-305f28004ecbc03ea353437cf4c76423d93fbbd8.tar.gz
_examples: improve documentation
Diffstat (limited to '_examples/README.md')
-rw-r--r--_examples/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/_examples/README.md b/_examples/README.md
index d027d50..d6f3e55 100644
--- a/_examples/README.md
+++ b/_examples/README.md
@@ -6,9 +6,10 @@ Here you can find a list of annotated _go-git_ examples:
- [showcase](showcase/main.go) - A small showcase of the capabilities of _go-git_
- [open](open/main.go) - Opening a existing repository cloned by _git_
- [clone](clone/main.go) - Cloning a repository
+- [log](log/main.go) - Emulate `git log` command output iterating all the commit history from HEAD reference
- [remotes](remotes/main.go) - Working with remotes: adding, removing, etc
-- [progress](progress/main.go) - Priting the progress information from the sideband
-
+- [progress](progress/main.go) - Printing the progress information from the sideband
+- [push](push/main.go) - Push repository to default remote (origin)
### Advanced
- [custom_http](custom_http/main.go) - Replacing the HTTP client using a custom one
- [storage](storage/README.md) - Implementing a custom storage system