diff --git a/README.md b/README.md index 724fc8b..3d14ed2 100644 --- a/README.md +++ b/README.md @@ -815,7 +815,7 @@ Apply any commits of current branch ahead of specified one: $ git rebase [branch_name] ``` -_Clear staging area, rewrite working tree from specified commit:_ +Clear staging area, rewrite working tree from specified commit: ``` $ git reset --hard [Commit]