chris-peterson / pwsh-gitlab

:computer: PowerShell module for GitLab
MIT License
22 stars 10 forks source link

Get-GitlabMergeRequest Update #6

Closed CaseyMacPherson closed 3 years ago

CaseyMacPherson commented 3 years ago

Added default of . to Get-GitlabMergeRequest for project Updated Get-LocalGitContext to deal with Detached HEAD Added Branch filter on function too

chris-peterson commented 3 years ago

Thanks @CaseyMacPherson for the contribution -- I've been thinking about wanting a get-mr alias that would either create, or get the MR for the current git context -- this gets us a lot closer to doing that!