1 Star 5 Fork 0

Git工具集/git-standup

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
installer.sh 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kamran Ahmed 提交于 2020-04-03 17:47 +08:00 . Formatting and linting
#!/usr/bin/env bash
## Clone the repo
git clone https://github.com/kamranahmedse/git-standup.git --depth=1 || {
echo >&2 "Clone failed with $?"
exit 1
}
cd git-standup || exit
make install || {
echo >&2 "Clone failed with $?"
exit 1
}
cd ..
rm -rf git-standup
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/vcs-all-in-one/git-standup.git
git@gitee.com:vcs-all-in-one/git-standup.git
vcs-all-in-one
git-standup
git-standup
master

搜索帮助