diff options
-rw-r--r-- | content/3/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/3/index.md b/content/3/index.md index 8682fe2..adbd735 100644 --- a/content/3/index.md +++ b/content/3/index.md @@ -28,4 +28,4 @@ branch as merged. Both of these tools are built for the merge workflow instead. To see if your work was merged in patch-based workflows, use [`git-cherry(1)`](https://git-scm.com/docs/git-cherry). Then you can safely -force deletion of the branch with `git branch -D`. +force deletion of the branch with `git branch -D` |