diff --git a/article/tech/node-simple-git.md b/article/tech/node-simple-git.md index 741738c..a87286b 100644 --- a/article/tech/node-simple-git.md +++ b/article/tech/node-simple-git.md @@ -84,5 +84,5 @@ const result = await git.raw(...commands); 似たようなライブラリに、[js-git](https://github.com/creationix/js-git)というものがありますが、これはGitのラッパーではなく、gitをjsで実装することで、様々な環境でgitを弄れるというものらしいです。機会があったら触ってみたい。 # 参考文献 --- -https://github.com/steveukx/git-js -https://neos21.net/blog/2020/07/24-01.html \ No newline at end of file +- https://github.com/steveukx/git-js +- https://neos21.net/blog/2020/07/24-01.html \ No newline at end of file