johnmehr / gitup

A minimalist, dependency-free FreeBSD program to clone/pull Git repositories.
BSD 2-Clause "Simplified" License
50 stars 9 forks source link

Option -p for the path to an alternative local repo #98

Closed grahamperrin closed 9 months ago

grahamperrin commented 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:

       -p        Path to an alternative local repository (override the
                 `target_directory` that is specified in gitup.conf(5)).

Enhancement. Thanks!

johnmehr commented 11 months ago

How does this work for you?

johnmehr commented 9 months ago

If there are any problems with this new feature, please let me know. Thanks!