Skip to content

Commit

Permalink
fix notes indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
halyph committed Oct 7, 2023
1 parent c3e364b commit 3c7db21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wiki/howtos/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:

!!! note

The `--soft` option means that you will not lose the uncommitted changes you may have.
The `--soft` option means that you will not lose the uncommitted changes you may have.

```shell
git reset --soft HEAD~1
Expand All @@ -25,7 +25,7 @@ git reset --soft HEAD~1

!!! note

If you want to reset to the last commit and also remove all unstaged changes, you can use the `--hard` option
If you want to reset to the last commit and also remove all unstaged changes, you can use the `--hard` option

```shell
git reset --hard HEAD~1
Expand Down

0 comments on commit 3c7db21

Please sign in to comment.