This commit is contained in:
Joshua Smith 2017-12-18 17:13:23 +00:00 committed by GitHub
commit 681b304d59
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ An alternative is to correctly configure your author settings in `git config --g
$ git commit --amend --reset-author --no-edit
```
If you need to change all of history, see the man page for `git filter-branch`.
If you need to change all of history, see the main page for `git filter-branch`.
<a href="#i-want-to-remove-a-file-from-the-previous-commit"></a>