From cbd9ade0757788506d48578466802d037f4791fb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Sep 2011 22:09:19 -0400 Subject: remove now unnecessary git commits --- doc/git-annex.mdwn | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc/git-annex.mdwn') diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 0d3aebe2b..a5163a4b3 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -42,15 +42,12 @@ content from the key-value store. # git remote add usbdrive /media/usb # git annex get video/hackity_hack_and_kaxxt.mov get video/hackity_hack_and_kaxxt.mov (from usbdrive...) ok - # git commit -a -m "got a video I want to rewatch on the plane" # git annex add iso add iso/Debian_5.0.iso ok - # git commit -a -m "saving Debian CD for later" # git annex drop iso/Debian_4.0.iso drop iso/Debian_4.0.iso ok - # git commit -a -m "freed up space" # git annex move iso --to=usbdrive move iso/Debian_5.0.iso (moving to usbdrive...) ok @@ -63,8 +60,6 @@ files in the directory. If no path is specified, most git-annex commands default to acting on all relevant files in the current directory (and subdirectories). -Many git-annex commands will stage changes for later `git commit` by you. - * add [path ...] Adds files in the path to the annex. Files that are already checked into -- cgit v1.2.3