Forrest logo
back to context overview

git-annex

List of commands for git-annex:

  • git-annex:tldr:55b43 git-annex: Synchronize a local repository with a remote.
    $ git annex ${remote}
    try on your machine
    explain this command
  • git-annex:tldr:7cd0b git-annex: Get a file or directory.
    $ git annex get ${filename_or_directory}
    try on your machine
    explain this command
  • git-annex:tldr:97fae git-annex: Initialize a repo with Git annex.
    $ git annex init
    try on your machine
    explain this command
  • git-annex:tldr:a04df git-annex: Add a file.
    $ git annex add ${filename_or_directory}
    try on your machine
    explain this command
  • git-annex:tldr:c8c2f git-annex: Help.
    $ git annex help
    try on your machine
    explain this command
  • git-annex:tldr:fa832 git-annex: Show the current status of a file or directory.
    $ git annex status ${filename_or_directory}
    try on your machine
    explain this command
back to context overview