diff options
author | Wolfgang Müller | 2021-06-15 19:17:16 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-15 19:17:16 +0200 |
commit | f6ad4f1472c2edc873c781e66e9bb057cfd204c0 (patch) | |
tree | 8fbc2c68692d2e9e62d9311138b59addcdfa8e0c /content/3 | |
parent | 7f37398ab35efe42d381da3b554653de81281fa3 (diff) | |
download | zunzuncito-f6ad4f1472c2edc873c781e66e9bb057cfd204c0.tar.gz |
content/3: Delete final full stop
This invocation might otherwise be confused with 'git branch -D .'
Diffstat (limited to 'content/3')
-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` |