From 3ce85ad9037fbf667fdd77891dbf7278dcbafdc9 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 15 Mar 2021 13:06:04 +0100 Subject: [PATCH 1/2] Update list-branches.ps1 --- Scripts/list-branches.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/list-branches.ps1 b/Scripts/list-branches.ps1 index 636c836b..94aacc3f 100755 --- a/Scripts/list-branches.ps1 +++ b/Scripts/list-branches.ps1 @@ -1,7 +1,7 @@ #!/bin/powershell <# .SYNTAX ./list-branches.ps1 [] [] -.DESCRIPTION lists all branches of the current/given Git repository +.DESCRIPTION lists all branches in the current/given Git repository .LINK https://github.com/fleschutz/PowerShell .NOTES Author: Markus Fleschutz / License: CC0 #> From ae5e4440c3308dfdd2867dd81b4fe35fb219b850 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 15 Mar 2021 13:08:38 +0100 Subject: [PATCH 2/2] Update list-commits.ps1 --- Scripts/list-commits.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/list-commits.ps1 b/Scripts/list-commits.ps1 index 17731bcd..06a26f5d 100755 --- a/Scripts/list-commits.ps1 +++ b/Scripts/list-commits.ps1 @@ -1,7 +1,7 @@ #!/bin/powershell <# .SYNTAX ./list-commits.ps1 [] [] -.DESCRIPTION lists all commits of the current/given Git repository +.DESCRIPTION lists all commits in the current/given Git repository .LINK https://github.com/fleschutz/PowerShell .NOTES Author: Markus Fleschutz / License: CC0 #>