Added list-branches.ps1

This commit is contained in:
Markus Fleschutz
2021-02-28 18:26:20 +01:00
parent b0772a7f93
commit 032113200c
5 changed files with 43 additions and 19 deletions

View File

@ -39,6 +39,7 @@ inspect-exe.ps1, prints basic information of the given executable file
list-aliases.ps1, lists all PowerShell aliases
list-anagrams.ps1, lists all anagrams of the given word
list-automatic-variables.ps1, lists the automatic variables of PowerShell
list-branches.ps1, lists the branches of the current/given Git repository
list-current-timezone.ps1, lists the current time zone details
list-clipboard.ps1, lists the contents of the clipboard
list-environment-variables.ps1, lists all environment variables

1 Script Description
39 list-aliases.ps1 lists all PowerShell aliases
40 list-anagrams.ps1 lists all anagrams of the given word
41 list-automatic-variables.ps1 lists the automatic variables of PowerShell
42 list-branches.ps1 lists the branches of the current/given Git repository
43 list-current-timezone.ps1 lists the current time zone details
44 list-clipboard.ps1 lists the contents of the clipboard
45 list-environment-variables.ps1 lists all environment variables