fix wording
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-06-20 22:18:50 +02:00
parent c8c73bc945
commit c6d8d8a7dc
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -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`