Achilleas Koutsou 3a6f191edc Adding big files to annex | há 4 anos atrás | |
---|---|---|
.. | ||
README.md | há 4 anos atrás | |
gin-cli-0.8-linux-amd64.tar.gz | há 4 anos atrás | |
gin-cli-0.8-macos-amd64.tar.gz | há 4 anos atrás | |
gin-cli-0.8-macos-bundle.dmg | há 4 anos atrás | |
gin-cli-0.8-windows-386.zip | há 4 anos atrás | |
gin-cli-0.8.deb | há 4 anos atrás |
The download
command now only retrieves changes in metadata and does not retrieve the content of files by default. There are now two ways to download file content:
gin download --content
synchronises all changes that were made remotely to the local repository and downloads the content of all files.gin get-content <filenames>
does not update the local repository to reflect remote changes, but downloads the content of all files specified.The get-content
command is a new command introduced in version 0.8.
The upload
command does not add any new changes to the repository when no arguments are specified. In order to upload all changes under the current working directory, a period .
should be specified.