Synchronize a local repository with a remote

git annex

  • Manage files with Git, without checking their contents in.
    When a file is annexed, its content is moved into a key-value store, and a symlink is made that points to the content.
    More information: <https://git-annex.branchable.com>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

git annex {{remote}}

click the source code to copy install git annex on any operating system with command-not-found.com