PATH path to constrain a push to. If given, only data or changes for those paths are considered for a
push. Constraints: value must be a string or value must be NONE
-h, --help, --help-np
show this help message. --help-np forcefully disables the use of a pager for displaying the help
message
-dDATASET, --datasetDATASET
specify the dataset to push. Constraints: Value must be a Dataset or a valid identifier of a
Dataset (e.g. a path) or value must be NONE
--to SIBLING
name of the target sibling. If no name is given an attempt is made to identify the target based on
the dataset's configuration (i.e. a configured tracking branch, or a single sibling that is con‐
figured for push). Constraints: value must be a string or value must be NONE
--sinceSINCE
specifies commit-ish (tag, shasum, etc.) from which to look for changes to decide whether pushing
is necessary. If '^' is given, the last state of the current branch at the sibling is taken as a
starting point. Constraints: value must be a string or value must be NONE
--data {anything|nothing|auto|auto-if-wanted}
what to do with (annex'ed) data. 'anything' would cause transfer of all annexed content, 'nothing'
would avoid call to `git annex copy` altogether. 'auto' would use 'git annex copy' with '--auto'
thus transferring only data which would satisfy "wanted" or "numcopies" settings for the remote
(thus "nothing" otherwise). 'auto-if-wanted' would enable '--auto' mode only if there is a "want‐
ed" setting for the remote, and transfer 'anything' otherwise. Constraints: value must be one of
('anything', 'nothing', 'auto', 'auto-if-wanted') [Default: 'auto-if-wanted']
-f {all|gitpush|checkdatapresent}, --force {all|gitpush|checkdatapresent}
force particular operations, possibly overruling safety protections or optimizations: use --force
with git-push ('gitpush'); do not use --fast with git-annex copy ('checkdatapresent'); combine all
force modes ('all'). Constraints: value must be one of ('all', 'gitpush', 'checkdatapresent')
-r, --recursive
if set, recurse into potential subdatasets.
-R LEVELS, --recursion-limit LEVELS
limit recursion into subdatasets to the given number of levels. Constraints: value must be con‐
vertible to type 'int' or value must be NONE
-J NJOBS, --jobs NJOBS
how many parallel jobs (where possible) to use. "auto" corresponds to the number defined by 'data‐
lad.runtime.max-annex-jobs' configuration item NOTE: This option can only parallelize input re‐
trieval (get) and output recording (save). DataLad does NOT parallelize your scripts for you. Con‐
straints: value must be convertible to type 'int' or value must be NONE or value must be one of
('auto',)
--version
show the module and its version which provides the command