Skip to content

Commit e24c499

Browse files
ismailariliktshepang
authored andcommitted
fix(git.md): remove a confusing end of sentence character
It might cause a confusion since it is not end of a sentence.
1 parent d2a9df4 commit e24c499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ that merge commits in PRs are not accepted. As a result, if you are running
443443
course, this is not always true; if your merge will just be a fast-forward,
444444
like the merges that `git pull` usually performs, then no merge commit is
445445
created and you have nothing to worry about. Running `git config merge.ff only`
446-
(this will apply the config to the local repo).
446+
(this will apply the config to the local repo)
447447
once will ensure that all the merges you perform are of this type, so that you
448448
cannot make a mistake.
449449

0 commit comments

Comments
 (0)