remove now unnecessary git commits
This commit is contained in:
parent
5ff04bf2af
commit
cbd9ade075
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue