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`