Gets the path of the repository root directory.
The repository root directory.
Clones a repository into an empty directory.
Consult the Git clone documentation for additional information.
The (possibly remote) repository to be cloned.
Optional
repositoryPath: stringThe destination directory of the clone. If omitted, the repositoryPath passed to createAccessor is used.
Optional
gitOptions: string[] | CloneOptionsThe CloneOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git clone result.
Changes the description of a repository.
Consult the git-annex describe documentation for additional information.
The name, uuid, or description of the repository to modify.
The string here
may be used to specify the current repository.
Method GitAnnexAPI.getRepositories returns an array of repositories.
A description of the new repository.
Optional
anxOptions: string[] | DescribeAnxOptionsThe DescribeAnxOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex describe result.
Initializes a repository for use with git-annex.
Consult the git-annex init documentation for additional information.
Optional
description: stringThe description of the repository. If omitted, a description is generated using the username, hostname, and path.
Optional
anxOptions: string[] | InitAnxOptionsThe InitAnxOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex init result.
Creates an empty Git repository or reinitializes an existing one.
Consult the Git init documentation for additional information.
Optional
gitOptions: string[] | InitGitOptionsThe InitGitOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git init result.
Initializes a repository for use with git-annex specifying the uuid.
The reinit command may be used to begin replacement of an irretrievably lost repository. The describeAnx command should subsequently be used to set the repository description.
Consult the git-annex reinit documentation for additional information.
The uuid of the repository being replaced.
Optional
anxOptions: string[] | ReinitOptionsThe ReinitOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex reinit result.
Initializes, updates, or inspects submodules.
Consult the Git submodule documentation for additional information.
Optional
subCommand: SubmoduleCommandThe submodule subcommand to run. If omitted, the status of existing submodules is returned.
Optional
relativePaths: string | string[]Optional
commandParameter: stringThe parameter for the submodule command.
If subCommand is SubmoduleCommand.Add, commandParameter is repository
.
If subCommand is SubmoduleCommand.ForEach, commandParameter is command
.
If subCommand is SubmoduleCommand.SetUrl, commandParameter is newurl
.
If subCommand is SubmoduleCommand.Summary, commandParameter is commit
.
Optional
gitOptions: string[] | SubmoduleOptionsThe SubmoduleOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git submodule result.
Stops the use of git-annex in a repository.
Consult the git-annex uninit documentation for additional information.
Optional
anxOptions: string[] | UninitOptionsThe UninitOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex uninit result.
Gets or set git-annex configuration settings.
Consult the git-annex config documentation for additional information.
The ConfigAnxOptions for the command. One of ConfigAnxOptions.--set, ConfigAnxOptions.--get, or ConfigAnxOptions.--unset must be specified.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex config result.
Gets or set Git configuration settings.
Consult the Git config documentation for additional information.
The ConfigGitOptions for the command. One of ConfigGitOptions.--get, ConfigGitOptions.set, ConfigGitOptions.--unset, or ConfigGitOptions.--list must be specified.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git config result.
Gets or sets the group association of a repository.
Consult the git-annex group documentation for additional information.
The name, uuid, or description of the repository.
The string here
may be used to specify the current repository.
Method GitAnnexAPI.getRepositories returns an array of repositories.
Optional
groupname: stringThe single-word group name to associate with the repository. The groupname may be one previously created by the GitAnnexAPI.groupwanted method or one of the standard groups. If omitted, a list of current group membership is returned.
Optional
anxOptions: string[] | AnnexOptionsThe AnnexOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex group result.
Gets or sets the groupwanted expression of a repository group.
Consult the git-annex groupwanted documentation for additional information.
The single-word name of the group.
Optional
expression: stringThe preferred content expression to set for the group. If omitted, the current preferred content expression is returned.
Optional
anxOptions: string[] | AnnexOptionsThe AnnexOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex groupwanted result.
Gets or sets the minimum number of copies.
Consult the git-annex mincopies documentation for additional information.
Optional
n: string | numberThe value to set. If omitted, the current value is returned.
Optional
anxOptions: string[] | AnnexOptionsThe AnnexOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex mincopies result.
Gets or sets the desired number of copies.
Consult the git-annex numcopies documentation for additional information.
Optional
n: string | numberThe value to set. If omitted, the current value is returned.
Optional
anxOptions: string[] | AnnexOptionsThe AnnexOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex numcopies result.
Gets or sets the required content expression of a repository.
Consult the git-annex required documentation for additional information.
The name, uuid, or description of the repository.
The string here
may be used to specify the current repository.
Method GitAnnexAPI.getRepositories returns an array of repositories.
Optional
expression: stringThe preferred content expression to set for the repository. If omitted, the current required content expression is returned.
Optional
anxOptions: string[] | AnnexOptionsThe AnnexOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex required result.
Removes a repository from a group previously set by the group command.
Consult the git-annex ungroup documentation for additional information.
The name, uuid, or description of the repository.
The string here
may be used to specify the current repository.
Method GitAnnexAPI.getRepositories returns an array of repositories.
The single-word group name to dissociate with the repository.
Optional
anxOptions: string[] | AnnexOptionsThe AnnexOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex ungroup result.
Gets or sets the wanted content expression of a repository.
Consult the git-annex wanted documentation for additional information.
The name, uuid, or description of the repository.
The string here
may be used to specify the current repository.
Method GitAnnexAPI.getRepositories returns an array of repositories.
Optional
expression: stringThe preferred content expression to set for the repository. If omitted, the current preferred content expression is returned.
Optional
anxOptions: string[] | AnnexOptionsThe AnnexOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex wanted result.
Adds files to Git and git-annex.
Consult the git-annex add documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | AddAnxOptionsThe AddAnxOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex add result.
Adds file contents to the index.
Consult the Git add documentation for additional information.
Optional
relativePaths: string | string[]Optional
gitOptions: string[] | AddGitOptionsThe AddGitOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git add result.
Adds back unused files.
Consult the git-annex addunused documentation for additional information.
The indicies to add.
Optional
anxOptions: string[] | AddunusedOptionsThe AddunusedOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex addunused result.
Removes untracked files from the working tree.
Consult the Git clean documentation for additional information.
Optional
relativePaths: string | string[]Optional
gitOptions: string[] | CleanOptionsThe CleanOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git clean result.
Records changes to the repository.
Consult the Git commit documentation for additional information.
Optional
relativePaths: string | string[]Optional
gitOptions: string[] | CommitOptionsThe CommitOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git commit result.
Copies file content to or from another repository.
Consult the git-annex copy documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | MoveOptionsThe CopyOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex copy result.
Shows changes between commits, commit and working tree, etc.
Consult the Git diff documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the diff command.
Optional
relativePaths: string | string[]Optional
gitOptions: string[] | DiffOptionsThe DiffOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git diff result.
Removes file content from a repository.
Consult the git-annex drop documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | DropOptionsThe DropOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex drop result.
Drops unused file content.
Consult the git-annex dropunused documentation for additional information.
The indicies to drop.
Optional
anxOptions: string[] | DropunusedOptionsThe DropunusedOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex dropunused result.
Exports a tree of files to a special remote.
Consult the git-annex export documentation for additional information.
The name of a git branch, tag, or any other treeish accepted by Git, including branch:subdir.
Optional
anxOptions: string[] | ExportOptionsThe ExportOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex export result.
Lists available files. Consider using generic function getFinds if JavaScript objects are desired.
Consult the git-annex find documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | FindOptionsThe FindOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex find result.
Makes content of annexed files available.
Consult the git-annex get documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | GetOptionsThe GetOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex get result.
Obtains an array of filenames in the index and the working tree.
Consult the Git ls-files documentation for additional information.
Optional
relativePaths: string | string[]Optional
showCached: booleanIncludes cached files in the output.
Optional
showDeleted: booleanIncludes deleted files in the output.
Optional
showModified: booleanIncludes modified files in the output.
Optional
showOthers: booleanIncludes other (i.e. untracked) files in the output.
A deduplicated array of the requested filenames.
Forward slash, /
, path separators are used regardless of platform.
Obtains an array describing the working tree status.
Optional
relativePaths: string | string[]An array describing the working tree.
The git-annex status command was deprecated in version 10.20230321, use getStatusGit instead.
Finds lines matching a pattern.
Consult the Git grep documentation for additional information.
Optional
commandParameters: string | string[]If specified, searches blobs in the given trees.
Optional
relativePaths: string | string[]Optional
gitOptions: string[] | GrepOptionsThe GrepOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git grep result.
Imports a tree of files from a special remote.
Consult the git-annex import documentation for additional information.
The name of a git branch, tag, or any other treeish accepted by Git, including branch:subdir.
Optional
anxOptions: string[] | ImportOptionsThe ImportOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex import result.
Locks files to prevent modification.
Consult the git-annex lock documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | LockOptionsThe LockOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex lock result.
Shows information about files in the index and the working tree. Consider using method getFileNames if an array of filenames desired or generic function listFiles if JavaScript objects are required.
Consult the Git ls-files documentation for additional information.
Optional
relativePaths: string | string[]Optional
gitOptions: string[] | LsFilesOptionsThe LsFilesOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git ls-files result.
Moves file content to or from another repository.
Consult the git-annex move documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | MoveOptionsThe MoveOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex move result.
Moves or renames a file, a directory, or a symlink.
Consult the Git mv documentation for additional information.
The move destination path. If relativePaths specifies more than one file, destination must be a directory. The helper function gitPath is called internally.
Optional
gitOptions: string[] | MvOptionsThe MvOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git mv result.
Lists keys used for old versions of annexed files.
Consult the git-annex oldkeys documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | OldkeysOptionsThe OldkeysOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex oldkeys result.
Removes file content from the repository.
Consult the Git rm documentation for additional information.
Optional
gitOptions: string[] | RmOptionsThe RmOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git rm result.
Shows the working tree status. Consider using method getStatusAnx if JavaScript objects are desired.
Consult the git-annex status documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | StatusAnxOptionsThe StatusAnxOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex status result.
The git-annex status command was deprecated in version 10.20230321, use statusGit instead.
Shows the working tree status. Consider using method getStatusGit if JavaScript objects are desired.
Consult the Git status documentation for additional information.
Optional
relativePaths: string | string[]Optional
gitOptions: string[] | StatusGitOptionsThe StatusGitOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git status result.
Undoes a git-annex add command.
Consult the git-annex unannex documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | UnannexOptionsThe UnannexOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex unannex result.
Unlocks files for modification.
Consult the git-annex unlock documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | UnlockOptionsThe UnlockOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex unlock result.
Looks for unused file content.
Consult the git-annex unused documentation for additional information.
Optional
anxOptions: string[] | UnusedOptionsThe UnusedOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex unused result.
Lists repositories containing files. Consider using generic function getWhereis if JavaScript objects are desired.
Consult the git-annex whereis documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | WhereisOptionsThe WhereisOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex whereis result.
Finds which files use or used a key.
Consult the git-annex whereused documentation for additional information.
Optional
anxOptions: string[] | WhereusedOptionsThe WhereusedOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex whereused result.
Enters an adjusted branch.
Consult the git-annex adjust documentation for additional information.
The AdjustOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex adjust result.
Manages branches. Consider using method getBranchNames if a list of branch names is required or generic function getBranches if JavaScript objects are desired. Method getBranchName returns the current branch name.
Consult the Git branch documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the branch command.
Optional
gitOptions: string[] | BranchOptionsThe BranchOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git branch result.
Switches branches or restores working tree files.
Consult the Git checkout documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the checkout command.
Optional
relativePaths: string | string[]Optional
gitOptions: string[] | CheckoutOptionsThe CheckoutOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git checkout result.
Applies changes introduced by existing commits.
Consult the Git cherry-pick documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the cherry-pick command.
Optional
gitOptions: string[] | CherryPickOptionsThe CherryPickOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git cherry-pick result.
Obtains an array of branch names.
Optional
pattern: stringFilters branches using either fnmatch(3) or matching completely or from the beginning up to a slash.
Optional
ignoreCase: booleanSpecify true to make sorting and filtering branches case insensitive.
An array containing the branch names.
The array elements are ordered by *refname
.
Obtains an array of tag names.
Optional
pattern: stringFilters tags using either fnmatch(3) or matching completely or from the beginning up to a slash.
Optional
ignoreCase: booleanSpecify true to make sorting and filtering tags case insensitive.
An array containing the tag names.
The array elements are ordered by *refname
.
Shows commit log entries. Consider using generic function getLogs if JavaScript objects are desired.
Consult the Git log documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the log command.
Optional
relativePaths: string | string[]Optional
gitOptions: string[] | LogOptionsThe LogOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git log result.
Joins two or more development histories.
Consult the git-annex merge documentation for additional information.
Optional
branchName: stringThe name of the branch to merge.
Optional
anxOptions: string[] | MergeAnxOptionsThe MergeAnxOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex merge result.
Joins two or more development histories.
Consult the Git merge documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the merge command.
Optional
gitOptions: string[] | MergeGitOptionsThe MergeGitOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git merge result.
Reapplies commits on top of another base tip.
Consult the Git rebase documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the rebase command.
Optional
gitOptions: string[] | RebaseOptionsThe RebaseOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git rebase result.
Resets the current HEAD to the specified state.
Consult the Git reset documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the reset command.
Optional
relativePaths: string | string[]Optional
gitOptions: string[] | ResetOptionsThe ResetOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git reset result.
Restores working tree files.
Consult the Git restore documentation for additional information.
Optional
relativePaths: string | string[]Optional
gitOptions: string[] | RestoreOptionsThe RestoreOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git restore result.
Reverts existing commits.
Consult the Git revert documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the revert command.
Optional
gitOptions: string[] | RevertOptionsThe RevertOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git revert result.
Saves the changes in a dirty working directory.
Consult the Git stash documentation for additional information.
Optional
subCommand: StashCommandThe stash subcommand to run. If omitted, a list of existing stashes is returned.
Optional
commandParameters: string | string[]The parameters for the stash command.
Optional
relativePaths: string | string[]Optional
gitOptions: string[] | StashOptionsThe StashOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git stash result.
Shows changes between commits, commit and working tree, etc.
Consult the Git switch documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the switch command.
Optional
gitOptions: string[] | SwitchOptionsThe SwitchOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git switch result.
Creates, deletes, or lists tag objects. Consider using method getTagNames if a list of tag names is required or generic function getTags if JavaScript objects are desired.
Consult the Git tag documentation for additional information.
Optional
tagName: stringThe name of the tag to create, delete, or describe.
Optional
gitOptions: string[] | TagOptionsThe TagOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git tag result.
Adds files and synchronizes changes with remotes.
Consult the git-annex assist documentation for additional information.
Optional
remotes: string | string[]The remote names or remote groups to be synchronized.
Optional
anxOptions: string[] | AssistOptionsThe AssistOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex assist result.
Changes special remote configuration.
Consult the git-annex configremote documentation for additional information.
Optional
name: stringThe name of the repository.
Optional
parameters: [string, string] | [string, string][]Configuration of the remote.
Optional
anxOptions: string[] | ConfigremoteOptionsThe ConfigremoteOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex configremote result.
Hides a lost repository.
Consult the git-annex dead documentation for additional information.
The name, uuid, or description of the repository.
The string here
may be used to specify the current repository.
Method GitAnnexAPI.getRepositories returns an array of repositories.
Optional
anxOptions: string[] | DeadOptionsThe DeadOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex dead result.
Enables use of an existing remote in the current repository.
Consult the git-annex enableremote documentation for additional information.
Optional
name: stringThe name of the repository. If not specified, the remotes are listed in CommandResult.err.
Optional
parameters: [string, string] | [string, string][]Configuration of the remote.
Optional
anxOptions: string[] | EnableremoteOptionsThe EnableremoteOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex enableremote result.
Expires inactive repositories.
Consult the git-annex expire documentation for additional information.
The expiration specifiers.
Optional
anxOptions: string[] | ExpireOptionsThe ExpireOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex expire result.
Downloads objects and refs from another repository.
Consult the Git fetch documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the fetch command.
Optional
gitOptions: string[] | FetchOptionsThe FetchOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git fetch result.
Creates a special remote.
Consult the git-annex initremote documentation for additional information.
The name of the repository.
The remote type. Method GitAnnexAPI.getSpecialRemoteTypes obtains a list of valid types.
Optional
parameters: [string, string] | [string, string][]The remote configuration.
Optional
anxOptions: string[] | InitremoteOptionsThe InitremoteOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex initremote result.
Fetches from and integrates with another repository or a local branch.
Consult the Git pull documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the pull command.
Optional
gitOptions: string[] | PullOptionsThe PullOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git pull result.
Pulls content from remotes.
Consult the git-annex pull documentation for additional information.
Optional
remotes: string | string[]The remote names (or remote groups) from which to pull content.
Optional
anxOptions: string[] | PullAnxOptionsThe PullAnxOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex pull result.
Updates remote refs along with associated objects.
Consult the Git push documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the push command.
Optional
gitOptions: string[] | PushOptionsThe PushOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git push result.
Pushes content to remotes.
Consult the git-annex push documentation for additional information.
Optional
remotes: string | string[]The remote names (or remote groups) to be pushed content.
Optional
anxOptions: string[] | PushAnxOptionsThe PushAnxOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex push result.
Manages the set of tracked repositories. Consider using method getRemoteNames if a list of remote names is required.
Consult the Git remote documentation for additional information.
Optional
subCommand: RemoteCommandThe remote subcommand to run. If omitted, a list of existing remotes is returned.
Optional
commandParameters: string | string[]The options and arguments for the subCommand.
Optional
gitOptions: string[] | RemoteOptionsThe RemoteOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git remote result.
Changes name of a special remote.
Consult the git-annex renameremote documentation for additional information.
The name of the remote.
The new name of the remote.
Optional
anxOptions: string[] | RenameremoteOptionsThe RenameremoteOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex renameremote result.
Transfers and drops content as configured.
Consult the git-annex satisfy documentation for additional information.
Optional
remotes: string | string[]The remote names (or remote groups) to satisfy.
Optional
anxOptions: string[] | SatisfyOptionsThe SatisfyOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex satisfy result.
Sets a repository to the default trust level.
Consult the git-annex semitrust documentation for additional information.
The name, uuid, or description of the repository.
The string here
may be used to specify the current repository.
Method GitAnnexAPI.getRepositories returns an array of repositories.
Optional
anxOptions: string[] | SemitrustOptionsThe SemitrustOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex semitrust result.
Synchronizes the local repository with remotes.
Consult the git-annex sync documentation for additional information.
Optional
remotes: string | string[]The remote names or remote groups to be synchronized. If unspecified, all remotes are synchronized.
Optional
anxOptions: string[] | SyncOptionsThe SyncOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex sync result.
Records that a repository is not trusted and could lose content at any time.
Consult the git-annex untrust documentation for additional information.
The name, uuid, or description of the repository.
The string here
may be used to specify the current repository.
Method GitAnnexAPI.getRepositories returns an array of repositories.
Optional
anxOptions: string[] | UntrustOptionsThe UntrustOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex untrust result.
Reports information about each ref. Consider using generic function getRefs if JavaScript objects are desired.
Consult the Git for-each-ref documentation for additional information.
Optional
gitOptions: string[] | ForEachRefOptionsThe ForEachRefOptions for the command.
Optional
pattern: string | string[]Filters refs using either fnmatch(3) or matching completely or from the beginning up to a slash.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git for-each-ref result.
Obtains an array identifying the known repositories.
An array describing the repositories. The order of the repositories returned is indeterminate. An empty array is retuned if the directory has not been initialized by git-annex.
Obtains an object identifying the current repository.
A RepositoryInfo identifying the current repository or undefined if the directory has not been initialized by git-annex.
Obtains information about an item or the repository. Consider using method GitAnnexAPI.getRepositories if a list of repositories is required or GitAnnexAPI.getRepositoryInfo if the current repository is required.
Consult the git-annex info documentation for additional information.
Optional
items: string | string[]The items of interest.
Optional
anxOptions: string[] | InfoOptionsThe InfoOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex info result.
Shows which remotes contain files.
Consult the git-annex list documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | ListOptionsThe ListOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex list result.
Picks out and massages parameters.
Consult the Git rev-parse documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the rev-parse command.
Optional
gitOptions: string[] | RevParseOptionsThe RevParseOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git rev-parse result.
Displays various types of objects. Consider using generic function getShows if JavaScript objects are desired.
Consult the Git show documentation for additional information.
Optional
commandParameters: string | string[]The parameters for the show command.
Optional
gitOptions: string[] | ShowOptionsThe ShowOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git show result.
Prunes git-annex branch history.
Consult the git-annex forget documentation for additional information.
Optional
anxOptions: string[] | ForgetOptionsThe ForgetOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex forget result.
Verifies the validity of objects in git-annex.
Consult the git-annex fsck documentation for additional information.
Optional
relativePaths: string | string[]Optional
anxOptions: string[] | FsckAnxOptionsThe FsckAnxOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex fsck result.
Verifies the connectivity and validity of objects in Git.
Consult the Git fsck documentation for additional information.
Optional
object: stringAn object to treat as the head of an unreachability trace. If omitted, the index file, all SHA-1 references in refs namespace, and all reflogs are used.
Optional
gitOptions: string[] | FsckGitOptionsThe FsckGitOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git fsck result.
Recovers a broken Git repository.
Consult the git-annex repair documentation for additional information.
Optional
anxOptions: string[] | AnnexOptionsThe AnnexOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex repair result.
Obtains an object describing the local git-annex version.
An object describing the local git-annex version.
Obtains an object describing the local Git version.
An object describing the local Git version.
Obtains build information about the local git-annex installation. Consider using method getVersionAnx if a JavaScript object is desired.
Consult the git-annex version documentation for additional information.
Optional
anxOptions: string[] | VersionAnxOptionsThe VersionAnxOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex version information.
Obtains build information about the local Git installation. Consider using method getVersionGit if a JavaScript object is desired.
Consult the Git version documentation for additional information.
Optional
gitOptions: string[] | VersionGitOptionsThe VersionGitOptions for the command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git version result.
Provides the ability to run any git-annex command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The git-annex command result.
Provides the ability to run any Git command.
Optional
apiOptions: ApiOptionsThe ApiOptions for the command.
The Git command result.
The GitAnnexAPI interface defines the Git and git-annex commands.