This commit is contained in:
Joey Hess 2019-09-30 13:36:11 -04:00
parent ca0ca6012f
commit 84e1b165f5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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.)
"""]]