Closed grahamperrin closed 11 months ago
Comparable to git(1) option -C, which I habitually use with Git.
gitup(1) OPTIONS already have an alternative use for -C, and -t is for tag, so, I guess:
-C
-t
-p Path to an alternative local repository (override the `target_directory` that is specified in gitup.conf(5)).
Enhancement. Thanks!
How does this work for you?
If there are any problems with this new feature, please let me know. Thanks!
Comparable to git(1) option -C, which I habitually use with Git.
gitup(1) OPTIONS already have an alternative use for
-C
, and-t
is for tag, so, I guess:Enhancement. Thanks!