sh 有用的Git命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 有用的Git命令相关的知识,希望对你有一定的参考价值。
# Remove a file and all it's history from Git
# Useful for removing sensative information
git filter-branch --force --index-filter \
'git rm --cached --ignore-unmatch <path-to-file>' \
--prune-empty --tag-name-filter cat -- --all
# Remove all untracked files
git ls-files --others --exclude-standard | xargs rm
以上是关于sh 有用的Git命令的主要内容,如果未能解决你的问题,请参考以下文章
sh 有用的Git命令
sh 有用的git命令
sh 一些有用的git命令。
sh git配置有用的别名
sh 有用的NVM命令
sh 有用的命令