From f88c6911d57da4edf26ea1a861d17c472a54f9a8 Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Wed, 14 May 2014 02:09:04 +0000 Subject: [PATCH] --- doc/forum/remembering_state.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/forum/remembering_state.mdwn diff --git a/doc/forum/remembering_state.mdwn b/doc/forum/remembering_state.mdwn new file mode 100644 index 0000000000..3edc193bce --- /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]]