Skip to content

Instantly share code, notes, and snippets.

@mribeirodantas
Created March 3, 2020 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mribeirodantas/993a9c2a2f44f3dc7b5be737b49bdf09 to your computer and use it in GitHub Desktop.
Save mribeirodantas/993a9c2a2f44f3dc7b5be737b49bdf09 to your computer and use it in GitHub Desktop.
# Configuring remote
dvc remote add -d myremote ~/Dropbox/PhD\ data/dvc-storage
# You can see your remotes with the command: dvc remote list
# After creating a remote, dvc creates a config file. Let's commit it
git commit .dvc/config -m "Adds local/dropbox remote"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment