If you specify the --git-tag option either via the command line or an @alias the gittyup command attempts to perform the following commands.

`git fetch $origin`
`git checkout $tag ./`

The "./" at the end of the git tag command causes the tag checkout to fail, and since we're already cd'ing in to the git root directly it isn't necessary.

Comments

eojthebrave’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.