From 6aeb2895f2bd04d2f67450943938c262495278fd Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Fri, 1 Sep 2023 17:49:40 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd9c90b..2ac375db 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ Mega Collection of PowerShell Scripts | [pull-repos.ps1](Scripts/pull-repos.ps1) | Pulls updates for all Git repositories in a folder. [Read more...](Docs/pull-repos.md) | | [remove-tag.ps1](Scripts/remove-tag.ps1) | Removes a tag in a Git repository. [Read more...](Docs/remove-tag.md) | | [switch-branch.ps1](Scripts/switch-branch.ps1) | Switches the branch in a Git repository. [Read more...](Docs/switch-branch.md) | -| [sync-repo.ps1](Scripts/sync-repo.ps1) | Synchronizes a Git repository by push & pull. [Read more...](Docs/sync-repo.md) | +| [sync-repo.ps1](Scripts/sync-repo.ps1) | Synchronizes a Git repository by pull & push. [Read more...](Docs/sync-repo.md) | 🔎 Scripts for PowerShell ------------------------