
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 machineexplain this command
-
git-annex:tldr:7cd0b git-annex: Get a file or directory.$ git annex get ${filename_or_directory}try on your machineexplain this command
-
git-annex:tldr:97fae git-annex: Initialize a repo with Git annex.$ git annex inittry on your machineexplain this command
-
git-annex:tldr:a04df git-annex: Add a file.$ git annex add ${filename_or_directory}try on your machineexplain 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 machineexplain this command