aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/replacing_Sparkleshare_or_dvcs-autosync_with_the_assistant
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <joey@web>2013-04-14 18:37:51 +0000
committerGravatar admin <admin@branchable.com>2013-04-14 18:37:51 +0000
commit13673bd2987d281109356d11bed9362a42757a8e (patch)
treed6e0cb15ad7ca50524eb51dcaa315b6f5ab85da5 /doc/tips/replacing_Sparkleshare_or_dvcs-autosync_with_the_assistant
parent0dca22b4ccd0d4b17a680f250bc7424552a5f366 (diff)
Added a comment
Diffstat (limited to 'doc/tips/replacing_Sparkleshare_or_dvcs-autosync_with_the_assistant')
-rw-r--r--doc/tips/replacing_Sparkleshare_or_dvcs-autosync_with_the_assistant/comment_4_e10671908b58c554375787d0f76e2366._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/tips/replacing_Sparkleshare_or_dvcs-autosync_with_the_assistant/comment_4_e10671908b58c554375787d0f76e2366._comment b/doc/tips/replacing_Sparkleshare_or_dvcs-autosync_with_the_assistant/comment_4_e10671908b58c554375787d0f76e2366._comment
new file mode 100644
index 000000000..14a909014
--- /dev/null
+++ b/doc/tips/replacing_Sparkleshare_or_dvcs-autosync_with_the_assistant/comment_4_e10671908b58c554375787d0f76e2366._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ nickname="joey"
+ subject="comment 4"
+ date="2013-04-14T18:37:50Z"
+ content="""
+Like it says in the tip, `git annex add` will add the large files to git. You can add the small files with `git add`; git-annex won't do that for you.
+
+To automatically add both sorts of files, you can use the `git annex watch` or `git annex assistant` daemons. The latter also keeps files in sync between repositories automatically.
+
+(Why did the picture show up as a new file in git? Because you hadn't committed it. This is the same as when you `git add` a file;
+it's only staged in the index; `git status` will show it is new until you `git commit`)
+"""]]