summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/git-annex.mdwn5
1 files changed, 0 insertions, 5 deletions
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