posts: git-basics: fix typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bruno BELANYI 2023-03-24 20:30:02 +00:00
parent 4a6a2440e1
commit f16929c288
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ easily choose which parts of your changes should end up in the same commit.
Here's a list of commands that you should read-up on, but I won't be presenting
further:
* `git bissect`
* `git bisect`
* `git rerere`
* `git stash`
* and more...