From 5e5b7d23dc639c70232242a40ed58d3e7bf56130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Fri, 21 Jul 2023 17:42:42 +0300 Subject: [PATCH] fix(git.md): remove a confusing end of sentence character It might cause a confusion since it is not end of a sentence. --- src/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git.md b/src/git.md index ae5f2292a..a428850a0 100644 --- a/src/git.md +++ b/src/git.md @@ -443,7 +443,7 @@ that merge commits in PRs are not accepted. As a result, if you are running course, this is not always true; if your merge will just be a fast-forward, like the merges that `git pull` usually performs, then no merge commit is created and you have nothing to worry about. Running `git config merge.ff only` -(this will apply the config to the local repo). +(this will apply the config to the local repo) once will ensure that all the merges you perform are of this type, so that you cannot make a mistake.