We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a9df4 commit e24c499Copy full SHA for e24c499
src/git.md
@@ -443,7 +443,7 @@ that merge commits in PRs are not accepted. As a result, if you are running
443
course, this is not always true; if your merge will just be a fast-forward,
444
like the merges that `git pull` usually performs, then no merge commit is
445
created and you have nothing to worry about. Running `git config merge.ff only`
446
-(this will apply the config to the local repo).
+(this will apply the config to the local repo)
447
once will ensure that all the merges you perform are of this type, so that you
448
cannot make a mistake.
449
0 commit comments