Better txt formatting
authorRasmus <Rasmus@web>
Mon, 1 Apr 2013 09:48:10 +0000 (09:48 +0000)
committeradmin <admin@branchable.com>
Mon, 1 Apr 2013 09:48:10 +0000 (09:48 +0000)
doc/forum/Stupid_mistake:_recoverable__63__.txt

index 6fb3374afe22518b1a9c3204482d7840a94f8ba6..ba270d6ea862500e99a789ed0e73f2dfc780f4a1 100644 (file)
@@ -1,14 +1,30 @@
 Hi,
 
-I was a bit hasty the other day and did something stupid.  I added a new folder to git annex.  Something like
+I was a bit hasty the other day and did something stupid.  I
+added a new folder to git annex.  Something like
+
   git annex add my-important folder
-my-important folder contains a lot of files and it took a couple of minutes to add.  When I then tried to do 
+
+my-important folder contains a lot of files and it took a couple
+of minutes to add.  When I then tried to do
   git commit -am 'added files'
-per the walkthrough I got an error (9, as I recall).  I thought I'd added too many files or something so I wanted to start over and perhaps I didn't fully understand the mechanisms of annex I did the following
+
+per the walkthrough I got an error (9, as I recall).  I thought
+I'd added too many files or something so I wanted to start over
+and perhaps I didn't fully understand the mechanisms of annex I
+did the following
+
   git reset --hard .
-Unfortunately, did replaced my files with a bunch of symlinks, rather than making git annex forget and go back to the previous stage as I had hoped.
 
-I have managed to recover most of my files from backup, but some of them I still can't recover.  Is there any way back?  It seems I still have the files in my git folder.
+Unfortunately, did replaced my files with a bunch of symlinks,
+rather than making git annex forget and go back to the previous
+stage as I had hoped.
+
+I have managed to recover most of my files from backup, but some
+of them I still can't recover.  Is there any way back?  It seems
+I still have the files in my git folder.
 
 Thanks,
 Rasmus
+
+PS: Sorry, I shouldn't have made this text rather than Markdown.