Feature request: Option to push files, ignoring excludes
pbsds opened this issue · 0 comments
pbsds commented
Notice this odd asymmetry:
Usage: remote-pull [OPTIONS] [PATH]...
Usage: remote-push [OPTIONS]
We're able to pull files that normally are ignore by specifically naming them with remote-pull
, but are not able to push such files with remote-push
.
An applicable use case would be to push dataset to a remote host, but not index them on each remote
call, checking for differences.