gitflow-avh icon indicating copy to clipboard operation
gitflow-avh copied to clipboard

Info: Chocolatey package

Open dhilgarth opened this issue 9 years ago • 6 comments

For the Windows folks in here, I created a Chocolatey package: https://chocolatey.org/packages/gitflow-avh

The source code is here: https://github.com/dhilgarth/chocolatey-packages/tree/master/manual/gitflow-avh.

dhilgarth avatar Sep 20 '15 11:09 dhilgarth

Awesome. Never heard of Chocolatey before. Could you do a quick write up on how to install using Chocolatey?

petervanderdoes avatar Sep 24 '15 21:09 petervanderdoes

Sure. Once you have Chocolatey installed, start an elevated command prompt and execute:

cinst -y gitflow-avh --version 0.0.0

That's it :) It will also install the bash completion from https://github.com/petervanderdoes/git-flow-completion Through its package dependencies, it pulls down the required unix tool getopt and its dependencies.

Unfortunately, the package is not yet approved, because the Chocolatey folks are a bit behind on their moderation. That's why you explicitly need to specify the version.

That's actually something that bothers me a bit: This repository hasn't had a new release in over a year, so it doesn't really make sense to follow the releases here. Because doing so would mean that folks get an outdated version.

dhilgarth avatar Sep 24 '15 21:09 dhilgarth

@dhilgarth I see that the chocolatey package hasn't been updated since 2015. Would it be possible to do this?

IvoMerchiers avatar Nov 20 '19 13:11 IvoMerchiers

I am no longer using chocolatey. You are free to fork my code and republish

dhilgarth avatar Nov 20 '19 13:11 dhilgarth

Alright, I might do that. Out of curiosity, is there any specific reason why you stopped using chocolatey?

IvoMerchiers avatar Nov 20 '19 14:11 IvoMerchiers

I just realized that I still went to the website and download the latest version instead of going through chocolatey. It just didn't match how I worked.

dhilgarth avatar Nov 20 '19 14:11 dhilgarth