From 49e36e1841cd15facf4f28ebc5b1dd9f7000da24 Mon Sep 17 00:00:00 2001 From: annexuser Date: Sat, 19 Jan 2013 19:41:55 +0000 Subject: [PATCH] --- doc/forum/How_to_delete_a_remote__63__.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/forum/How_to_delete_a_remote__63__.mdwn diff --git a/doc/forum/How_to_delete_a_remote__63__.mdwn b/doc/forum/How_to_delete_a_remote__63__.mdwn new file mode 100644 index 0000000000..6aebaf5f51 --- /dev/null +++ b/doc/forum/How_to_delete_a_remote__63__.mdwn @@ -0,0 +1 @@ +I have a repository with an S3 remote named `cloud`. I now no longer want to use that remote. I've dropped all the data from it (`git annex drop . --from cloud`). How do I tell my repository to forget about the remote?