Skip to content

Commit

Permalink
mkdocs note ???
Browse files Browse the repository at this point in the history
  • Loading branch information
halyph committed Oct 7, 2023
1 parent 3c7db21 commit 326a61e
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 @@ -13,7 +13,7 @@ tags:

### soft reset

!!! note
??? note

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

Expand All @@ -23,7 +23,7 @@ git reset --soft HEAD~1

### hard reset

!!! note
??? note

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

Expand Down

0 comments on commit 326a61e

Please sign in to comment.