sh Git脚本
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Git脚本相关的知识,希望对你有一定的参考价值。
# force sync submodules
git submodule deinit -f .
git submodule update --init
# Show pretty format for 1 file
# output
# 2768bb2,Update performance report,2017-10-03T17:14:16+08:00
# 00c7c1e,Update performance report,2017-10-03T16:18:09+08:00
# 1d42fc9,Update performance report,2017-09-28T09:40:33+08:00
git log --since="2 weeks ago" --pretty=format:'%h,%s,%cI' --date=short README.md
# show commit content
git show 2768bb2:README.md
以上是关于sh Git脚本的主要内容,如果未能解决你的问题,请参考以下文章
sh Git脚本
sh git purge脚本(用于压缩github)
sh git purge脚本(用于压缩github)
sh 脚本在ubuntu上安装git和ansible
sh 完成Backblaze B2的git存储库备份脚本
sh 用于在git中备份Jenkins配置的脚本示例。