Achilleas Koutsou 3a6f191edc Adding big files to annex | 4 éve | |
---|---|---|
.. | ||
README.md | 4 éve | |
gin-cli-1.0-linux-amd64.tar.gz | 4 éve | |
gin-cli-1.0-macos-amd64-bundle.tar.gz | 4 éve | |
gin-cli-1.0-macos-amd64.tar.gz | 4 éve | |
gin-cli-1.0-windows-386.zip | 4 éve | |
gin-cli-1.0.deb | 4 éve |
gin init
: Initialises a directory as a gin repository without creating a repository on a server.gin commit
: Records changes in the local repository without performing an upload and without requiring a remote or an internet connection.gin version
: Rolls back files or directories to older versions. With the --copy-to
flag, retrieves older files without overwriting the current version and copies them to a specific location.gin add-remote
: Adds a remote to the current repository for uploading and downloading. This also brings support for using directory paths on the local filesystem as "remotes" (e.g., external hard drives, network attached storage), without the need to have a GIN server.gin remove-remote
: Removes a remote from the current repository.gin remotes
: Lists remotes configured for a repository and shows the default remote used for gin upload
.gin use-remote
: Switches the repository's default upload remote.gin upload
command now accepts a --to
argument for uploading annexed content to a specific, non-default remote.gin add-server
: Adds a new GIN server to the global client configuration.gin remove-server
: Removes a GIN server from the global client configuration.gin servers
: Lists the configured servers and shows the default server used for web queries.gin use-server
: Switches the default server.login
, logout
, create
, info
, keys
, repos
, repoinfo
, and get
commands now accept a --server
argument for querying or operating on a specific, non-default server.gin ls
) was being incorrectly reported when working in direct mode (e.g., on Windows). Direct mode repositories should now show the exact same output as indirect mode ones.