List all the files that ever existed in a Git repository:
git log --pretty=format: --name-status | cut -f2- | sort -u
git log --pretty=format: --name-only --diff-filter=A | sort -
配置Git用户名和密码,避免每次push等都要输入:
[url]http://stackoverflow.com/questions/6031214/git-how-to-use-netrc-file-on-windows-to-save-user-and-password[/url]
git log --pretty=format: --name-status | cut -f2- | sort -u
git log --pretty=format: --name-only --diff-filter=A | sort -
配置Git用户名和密码,避免每次push等都要输入:
[url]http://stackoverflow.com/questions/6031214/git-how-to-use-netrc-file-on-windows-to-save-user-and-password[/url]
3万+

被折叠的 条评论
为什么被折叠?



