diff --git a/content/posts/toolbox-2-git-plus/index.md b/content/posts/toolbox-2-git-plus/index.md index 14f45dd..1e114fe 100644 --- a/content/posts/toolbox-2-git-plus/index.md +++ b/content/posts/toolbox-2-git-plus/index.md @@ -16,7 +16,7 @@ resources: [Unsplash](https://unsplash.com/photos/dQf7RZhMOJU) --- -If you work with a lot of Git repositories on a regular basis, you're bound to run into the situation where you need to make changes to multiple repositories sooner or later. While it would be possible to run your git commands in a shell loop over everything repositories, it is often tedious to type the command or remember the correct syntax. +If you work with a lot of Git repositories on a regular basis, you're bound to run into the situation where you need to make changes to multiple repositories sooner or later. While it would be possible to run your Git commands in a shell loop over everything repositories, it is often tedious to type the command or remember the correct syntax.