diff options
author | ringprince <ringprince@web> | 2013-08-26 09:13:00 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-08-26 09:13:00 +0000 |
commit | 7ed02f2f8309c9028270bd77460e96acedcb157c (patch) | |
tree | 07178db76e1a1471baf83e572a50e1e67dba1aed | |
parent | 03d1b0ba58a314d6cfb36e1171e1a4305b50aa74 (diff) |
-rw-r--r-- | doc/forum/howto_update_feed.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/howto_update_feed.mdwn b/doc/forum/howto_update_feed.mdwn new file mode 100644 index 000000000..5323e92eb --- /dev/null +++ b/doc/forum/howto_update_feed.mdwn @@ -0,0 +1,14 @@ +I am using the importfeed [1] functionality. + +How am I supposed to update the feed/feeds? + +I understand that running + + cd annex; git annex importfeed http://url/to/podcast + +a second time will 'do the right thing'. But that is cumbersome as I have to know the url again. Is there sth like git annex updatefeeds? + + + + +[1] http://joeyh.name/blog/entry/git-annex_as_a_podcatcher/ |