git-hooks-example

时间:2024-04-18 21:11:25
【文件属性】:

文件名称:git-hooks-example

文件大小:17KB

文件格式:ZIP

更新时间:2024-04-18 21:11:25

C#

git-hooks-example 该存储库包含我的文章“在git挂钩中使用C#代码”的源代码,您可以在找到。 如果您对回购或博客有任何疑问或评论,请随时通过twitter 。 mkdir git-hooks-example cd git-hooks-example git init dotnet new gitignore dotnet new tool-manifest dotnet tool install dotnet-script dotnet tool install dotnet-format mkdir .githooks find .git/hooks -type f -exec rm {} \; find .githooks -type f -exec chmod +x {} \; find .githooks -type f -exec ln -sf ../../{


【文件预览】:
git-hooks-example-master
----git-hooks-example.sln(3KB)
----.config()
--------dotnet-tools.json(274B)
----tests()
--------SomeLibTests()
----logo.svg(11KB)
----src()
--------SomeLib()
----testfile(0B)
----.gitignore(7KB)
----README.md(738B)
----.githooks()
--------dotnet-commands.csx(484B)
--------command-line.csx(892B)
--------commit-msg(785B)
--------logger.csx(332B)
--------config.csx(79B)
--------pre-push(590B)
--------git-commands.csx(672B)
--------prepare-commit-msg(1KB)
--------pre-commit(649B)
--------util.csx(239B)
--------config.json(72B)

网友评论