posh-git-workflow

1.1.0

posh-git-workflow is a PowerShell module that automates GitHub Flow (https://guides.github.com/introduction/flow/) and similar branching models with a set of cmdlets to sync a fork, create/push a feature branch and submit a pull request. It also facilitates teams with longer release cycles with a set of release branch management cmdlets.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name posh-git-workflow -RequiredVersion 1.1.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name posh-git-workflow -Version 1.1.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2016 Roman Novitsky. All rights reserved.

Package Details

Author(s)

  • Roman Novitsky

Tags

git PullRequest GitHub VSTS VisualStudioOnline TFS VisualStudioTeamServices

Functions

Sync-Fork New-Feature New-Release New-ReleaseFix Complete-Feature Complete-ReleaseFix Complete-Release Push-Feature Push-ReleaseFix Set-PullRequestUrl Get-Features Get-Releases Get-ReleaseFixes

Dependencies

This module has no dependencies.

Release Notes

Added New-Release and argument completion. Improved Complete-Release.

FileList

Version History

Version Downloads Last updated
1.2.0 718 10/8/2018
1.1.0 (current version) 76 3/19/2018
1.0.1 17 3/11/2018
1.0.0 15 3/10/2018