From 252551e670b457cb4c1c33303768419d165384fc Mon Sep 17 00:00:00 2001 From: "branchable@652bb419541f29c1d6b1fc16bd84c3867fbda245" Date: Thu, 25 Mar 2021 17:25:29 +0000 Subject: [PATCH] --- .../Is_it_possible_to_cherry_pick_from_a_repo__63__.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/forum/Is_it_possible_to_cherry_pick_from_a_repo__63__.mdwn diff --git a/doc/forum/Is_it_possible_to_cherry_pick_from_a_repo__63__.mdwn b/doc/forum/Is_it_possible_to_cherry_pick_from_a_repo__63__.mdwn new file mode 100644 index 0000000000..bcd90e4c19 --- /dev/null +++ b/doc/forum/Is_it_possible_to_cherry_pick_from_a_repo__63__.mdwn @@ -0,0 +1,5 @@ +I have a large USB hard disk where I store all my projects and a computer with a rather small SSD. +The SSD holds only projects that are active, they are my "working copy". +Whenever I connect the USB drive to the computer, I want it to be updated from the SSD. + +What would be the best possible setup for that? Is it possible at all? How would I tag certain projects as active?