From aea22dd55b946fa9ebe02ecb04d455428b270f90 Mon Sep 17 00:00:00 2001 From: Jaap Brasser Date: Sat, 24 Aug 2019 23:58:05 -0700 Subject: [PATCH] Added comment-based help --- Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 b/Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 index 7f6d709..b027584 100644 --- a/Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 +++ b/Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 @@ -51,6 +51,8 @@ Will create a folder in C:\Temp named after the PR number, and clone the specifi code . } + + # Open explorer inn the current path, only works on Windows if ($Explorer) { explorer.exe . }