From f1e82d76506ec145a8c1195e7b8dbd0ba996c4f2 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Wed, 12 Jun 2013 16:42:54 +0000 Subject: [PATCH] Added a comment --- ...comment_1_02d305f307b4d2ff7acd98cb36508a2f._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/What_is_the_best_way_to___34__git_annex_mv__34___file__63__/comment_1_02d305f307b4d2ff7acd98cb36508a2f._comment diff --git a/doc/forum/What_is_the_best_way_to___34__git_annex_mv__34___file__63__/comment_1_02d305f307b4d2ff7acd98cb36508a2f._comment b/doc/forum/What_is_the_best_way_to___34__git_annex_mv__34___file__63__/comment_1_02d305f307b4d2ff7acd98cb36508a2f._comment new file mode 100644 index 0000000000..9eae8ef7ab --- /dev/null +++ b/doc/forum/What_is_the_best_way_to___34__git_annex_mv__34___file__63__/comment_1_02d305f307b4d2ff7acd98cb36508a2f._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-06-12T16:42:54Z" + content=""" +You can move the symlinks however you like (git mv, or regular mv and git add). + +To fix up broken symlinks, you can either run `git annex fix`, or just commit the move. The pre-commit hook fixes up links automatically. +"""]]