From 97eedc20b90ee427d0bc8e9f6c8bce29fd163b50 Mon Sep 17 00:00:00 2001 From: mannidung Date: Sat, 14 Sep 2013 08:30:09 +0000 Subject: [PATCH] --- doc/forum/Forcing_one_repo_to_contain_a_copy_of_all_files.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/forum/Forcing_one_repo_to_contain_a_copy_of_all_files.mdwn diff --git a/doc/forum/Forcing_one_repo_to_contain_a_copy_of_all_files.mdwn b/doc/forum/Forcing_one_repo_to_contain_a_copy_of_all_files.mdwn new file mode 100644 index 0000000000..827383f9f4 --- /dev/null +++ b/doc/forum/Forcing_one_repo_to_contain_a_copy_of_all_files.mdwn @@ -0,0 +1 @@ +With numcopies it is possible to control how many copies there should be of a file overall in all of the remotes. Is it also possible, using .gitattributes or something else, to force one of the repos (e.g. a server) to contain a copy of all files, or does this have to be done manually?