├── Assembly Versioning TeamCity Metarunner.xml ├── Configure-GitFlow.ps1 ├── Dependencies ├── getopt.exe └── libintl3.dll ├── GitFlowExtensions ├── .git-flow-release.swp ├── git-flow ├── git-flow-feature ├── git-flow-hotfix ├── git-flow-init ├── git-flow-release ├── git-flow-support ├── git-flow-version ├── gitflow-common └── gitflow-shFlags ├── One-Page GitFlow-Cheatsheet.pdf └── README.md /Assembly Versioning TeamCity Metarunner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/Assembly Versioning TeamCity Metarunner.xml -------------------------------------------------------------------------------- /Configure-GitFlow.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/Configure-GitFlow.ps1 -------------------------------------------------------------------------------- /Dependencies/getopt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/Dependencies/getopt.exe -------------------------------------------------------------------------------- /Dependencies/libintl3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/Dependencies/libintl3.dll -------------------------------------------------------------------------------- /GitFlowExtensions/.git-flow-release.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/GitFlowExtensions/.git-flow-release.swp -------------------------------------------------------------------------------- /GitFlowExtensions/git-flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/GitFlowExtensions/git-flow -------------------------------------------------------------------------------- /GitFlowExtensions/git-flow-feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/GitFlowExtensions/git-flow-feature -------------------------------------------------------------------------------- /GitFlowExtensions/git-flow-hotfix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/GitFlowExtensions/git-flow-hotfix -------------------------------------------------------------------------------- /GitFlowExtensions/git-flow-init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/GitFlowExtensions/git-flow-init -------------------------------------------------------------------------------- /GitFlowExtensions/git-flow-release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/GitFlowExtensions/git-flow-release -------------------------------------------------------------------------------- /GitFlowExtensions/git-flow-support: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/GitFlowExtensions/git-flow-support -------------------------------------------------------------------------------- /GitFlowExtensions/git-flow-version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/GitFlowExtensions/git-flow-version -------------------------------------------------------------------------------- /GitFlowExtensions/gitflow-common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/GitFlowExtensions/gitflow-common -------------------------------------------------------------------------------- /GitFlowExtensions/gitflow-shFlags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/GitFlowExtensions/gitflow-shFlags -------------------------------------------------------------------------------- /One-Page GitFlow-Cheatsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/One-Page GitFlow-Cheatsheet.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhoerr/posh-gitflow/HEAD/README.md --------------------------------------------------------------------------------