Improved list-commits.ps1

This commit is contained in:
Markus Fleschutz
2021-03-10 16:00:16 +01:00
parent 9d4b5a7b18
commit df7587b122
6 changed files with 19 additions and 20 deletions

View File

@ -41,7 +41,7 @@ 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-commits.ps1, lists the commits of the current/given Git repository in the given branch
list-commits.ps1, lists the commits 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
41 list-anagrams.ps1 lists all anagrams of the given word
42 list-automatic-variables.ps1 lists the automatic variables of PowerShell
43 list-branches.ps1 lists the branches of the current/given Git repository
44 list-commits.ps1 lists the commits of the current/given Git repository in the given branch lists the commits of the current/given Git repository
45 list-current-timezone.ps1 lists the current time zone details
46 list-clipboard.ps1 lists the contents of the clipboard
47 list-environment-variables.ps1 lists all environment variables