summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2014-05-14 02:09:04 +0000
committerGravatar admin <admin@branchable.com>2014-05-14 02:09:04 +0000
commit5b07cc9d048cf99b341cc8e108daa341690681bd (patch)
tree0c86b626f05d75c96533fee104f94ef21b8b7820 /doc
parent7df01b32686cf9511fb56072454b599ac3a69039 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/remembering_state.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/forum/remembering_state.mdwn b/doc/forum/remembering_state.mdwn
new file mode 100644
index 000000000..3edc193bc
--- /dev/null
+++ b/doc/forum/remembering_state.mdwn
@@ -0,0 +1,5 @@
+so i am wondering how better to remember the state of a repository.
+
+the use case is this: i have this part of my music collection which i consider to be my "favorites". i would like to have only those on an external hard drive, but also on my portable music player. so i cloned my main music collection to the external hard drive and did `git annex get` on the files i wanted there. now i want to replicate that to the music player - how would i go around doing that? if i clone that repo again, it will all have empty symlinks and i would have to reproduce the same process all over again, which i can script, but it seems a little quirky...
+
+ideas? --[[anarcat]]