Skip to content

Commit

Permalink
updating to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipem1210 committed Jul 24, 2022
1 parent a18ec7c commit f9e767b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,19 @@ Change the version for the [version](https://github.com/felipem1210/git-helper/t
### Linux amd64

```sh
export GITHELPER_VERSION=0.1.1
export GITHELPER_VERSION=0.2.0
curl -L "https://github.com/felipem1210/git-helper/releases/download/v${GITHELPER_VERSION}/git-helper_${GITHELPER_VERSION}_linux_amd64.tar.gz" |tar xzv -C /tmp
sudo mv /tmp/git-helper /usr/local/bin/git-helper
```

### MacOS amd64

```sh
export GITHELPER_VERSION=0.2.0
curl -L "https://github.com/felipem1210/git-helper/releases/download/v${GITHELPER_VERSION}/git-helper_${GITHELPER_VERSION}_darwin_amd64.tar.gz" |tar xzv -C /tmp
sudo mv /tmp/git-helper /usr/local/bin/git-helper
```

### Envars needed

* Define the envar WORKING_DIR. This must be the folder where you have all the repositories you want to manage.
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "githelper",
Version: "v0.1.1",
Version: "v0.2.0",
Short: "A cli tool to help you manage git in multiple repositories",
Long: `git-helper is a cli tool to help you manage git in multiple repositories
Expand Down

0 comments on commit f9e767b

Please sign in to comment.