From c6d8d8a7dc8d8d2b99fee996beae27d4b486fe22 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 20 Jun 2021 22:18:50 +0200 Subject: [PATCH] fix wording --- content/posts/toolbox-2-git-plus/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/toolbox-2-git-plus/index.md b/content/posts/toolbox-2-git-plus/index.md index 1e114fe..8044395 100644 --- a/content/posts/toolbox-2-git-plus/index.md +++ b/content/posts/toolbox-2-git-plus/index.md @@ -33,7 +33,7 @@ But there is one command that I use every day now, `git multi`. The command work - Create a new branch: \ `git multi checkout -b "replace-ci-step"` - Use your favorite search and replace tool to add your changes to all repositories -- Create a commit and push the new branch: \ +- Create a commit: \ `git multi add -A; git multi commit -m "ci: replace broken step in ci config"` - Finally push your new branch: \ `git multi push origin replace-ci-step`