From 6cd6a02396ef9ff5786bffaf082a6e72bf1a135f Mon Sep 17 00:00:00 2001 From: Hare Date: Sat, 7 Dec 2024 20:29:10 +0900 Subject: [PATCH] 2024-12-07 20:29:10 --- article/tech/node-simple-git.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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