From fd5408e1cbea161dcb57ca35041baaca0f42e3d5 Mon Sep 17 00:00:00 2001 From: cstork Date: Thu, 21 Apr 2016 06:46:40 +0000 Subject: [PATCH] Added a comment --- ...ment_2_f34cf28c3f8354e6fc055d4dba6ed555._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/annex.largefiles__58___two_quesitons/comment_2_f34cf28c3f8354e6fc055d4dba6ed555._comment diff --git a/doc/forum/annex.largefiles__58___two_quesitons/comment_2_f34cf28c3f8354e6fc055d4dba6ed555._comment b/doc/forum/annex.largefiles__58___two_quesitons/comment_2_f34cf28c3f8354e6fc055d4dba6ed555._comment new file mode 100644 index 0000000000..ab02f0e4a2 --- /dev/null +++ b/doc/forum/annex.largefiles__58___two_quesitons/comment_2_f34cf28c3f8354e6fc055d4dba6ed555._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="cstork" + subject="comment 2" + date="2016-04-21T06:46:40Z" + content=""" +Just to prevent a potential misunderstanding: There are two ways to configure annex.largefiles. + +1. in `.git/config`, e.g., via `git config annex.largefiles=...` +2. in `.gitattributes` + +The first configuration is specific to your local copy of the repository and does not travel with the content, +whereas the second one does carry the configuration over to the other repos. +"""]]