diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-15 22:09:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-15 22:10:17 -0400 |
commit | cbd9ade0757788506d48578466802d037f4791fb (patch) | |
tree | 511d1d46316081684fff9d4e41c18d2a716f79db /doc | |
parent | 5ff04bf2afcc62d1762adbc1c2a0374952328c0f (diff) |
remove now unnecessary git commits
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 5 |
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 |