From 84e1b165f55ef93b832c5c0d3879e1ed36505189 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 30 Sep 2019 13:36:11 -0400 Subject: [PATCH] response --- ...mment_5_40abc819288a97753747562f16b8febe._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/git-annex-unlock/comment_5_40abc819288a97753747562f16b8febe._comment diff --git a/doc/git-annex-unlock/comment_5_40abc819288a97753747562f16b8febe._comment b/doc/git-annex-unlock/comment_5_40abc819288a97753747562f16b8febe._comment new file mode 100644 index 0000000000..25cd0dbb83 --- /dev/null +++ b/doc/git-annex-unlock/comment_5_40abc819288a97753747562f16b8febe._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""Re: Move file from git annex to just git in one commit""" + date="2019-09-30T17:29:39Z" + content=""" + git annex unlock MYFILE + git -c annex.largefiles=nothing add MYFILE + git commit -n MYFILE + +(The -n is only needed with git-annex older than 7.20190912 but will work +with newer versions too.) +"""]]