From fb6c60dc90427e9491a9720773d859602221a784 Mon Sep 17 00:00:00 2001 From: Meint Eybergen Date: Wed, 26 Feb 2025 11:48:03 +0100 Subject: [PATCH] fixed the instruction for merging merge-fast-forward --- examples/merge/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/merge/README.md b/examples/merge/README.md index 562a9a9..2112b61 100644 --- a/examples/merge/README.md +++ b/examples/merge/README.md @@ -34,7 +34,7 @@ A---B main \---C merge-fast-forward ``` -With the ```git merge``` command, we are merging _into_ the current branch _from_ a branch we specify. So to perform the merge, run ```git merge fast-forward```. +With the ```git merge``` command, we are merging _into_ the current branch _from_ a branch we specify. So to perform the merge, run ```git merge merge-fast-forward```. You should see something like this: