1 Star 0 Fork 40

hqy/pa2020_spring_temp_release

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile.git.temp 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangdogman 提交于 2020-03-20 10:13 +08:00 . backup_release
# DO NOT modify the following code!!!
GITFLAGS = -q --author='tracer-pa-public <tracer@njuics.org>' --no-verify --allow-empty
# prototype: git_commit(msg)
define git_commit
-@git add . -A --ignore-errors
-@while (test -e .git/index.lock); do sleep 0.1; done
-@(echo "> $(1)" && echo $(STU_ID) && id -un && uname -a && uptime && (head -c 20 /dev/urandom | hexdump -v -e '"%02x"') && echo) | git commit -F - $(GITFLAGS)
-@sync
endef
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/hqy1850876/pa2020_spring_temp_release.git
git@gitee.com:hqy1850876/pa2020_spring_temp_release.git
hqy1850876
pa2020_spring_temp_release
pa2020_spring_temp_release
master

搜索帮助