This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new d4a9cff Update refdiff.md (#55)
d4a9cff is described below
commit d4a9cffbd4d37bc36c5198daa6d3781e33c46d7b
Author: Nikita Koselev <[email protected]>
AuthorDate: Mon May 30 02:06:23 2022 +0100
Update refdiff.md (#55)
we need to step into libgit2 before we can check out the branch
---
docs/03-Plugins/refdiff.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/03-Plugins/refdiff.md b/docs/03-Plugins/refdiff.md
index b947a21..35d3049 100644
--- a/docs/03-Plugins/refdiff.md
+++ b/docs/03-Plugins/refdiff.md
@@ -76,6 +76,7 @@ machine.
```
apt install cmake
git clone https://github.com/libgit2/libgit2.git
+cd libgit2
git checkout v1.3.0
mkdir build
cd build