From 7c1a78eb1ebbd8ec1773d9a6b989b8abd60d6bdb Mon Sep 17 00:00:00 2001 From: opskumu Date: Thu, 15 Dec 2016 17:49:15 +0800 Subject: [PATCH] Update README.md --- tips/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tips/README.md b/tips/README.md index b596722..120eb63 100644 --- a/tips/README.md +++ b/tips/README.md @@ -18,7 +18,6 @@ * git 忽略文件 `.gitignore` * [A guide for programming within version control.](https://github.com/thoughtbot/guides/tree/master/protocol/git) * git 批量修改提交 user 和 email [修改git已提交的的author和email](http://lmbj.net/blog/how-do-i-change-the-author-of-a-commit-in-git/) -* git 删除历史大文件 [Removing files from a repository's history](https://help.github.com/articles/removing-files-from-a-repository-s-history/#platform-linux) ``` #!/bin/sh @@ -48,6 +47,8 @@ export GIT_COMMITTER_EMAIL="$cm" ' ``` +* git 删除历史大文件 [Removing files from a repository's history](https://help.github.com/articles/removing-files-from-a-repository-s-history/#platform-linux) + ### Git 分支管理 * 列出分支