1 Star 1 Fork 0

aoseala / zei

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup-hooks.sh 155 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joe Doyle 提交于 2019-11-20 16:43 . Add pre-commit hook and setup script
#!/usr/bin/env bash
set -e
GIT_ROOT="$(git rev-parse --show-toplevel)"
pushd ${GIT_ROOT}/.git/hooks/
for f in ../../hooks/*; do
ln -s ${f} .
done
popd
Rust
1
https://gitee.com/Aoseala/zei.git
git@gitee.com:Aoseala/zei.git
Aoseala
zei
zei
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891