Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
opskumu committed Dec 15, 2016
1 parent da7b0ec commit 7c1a78e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tips/README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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 分支管理

* 列出分支
Expand Down

0 comments on commit 7c1a78e

Please sign in to comment.