From c8c73bc9450a69ddf626a74b486f106f89bc0806 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 19 Jun 2021 11:05:00 +0200 Subject: [PATCH] fix typo --- 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 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.