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 remote add usbdrive /media/usb
|
||||||
# git annex get video/hackity_hack_and_kaxxt.mov
|
# git annex get video/hackity_hack_and_kaxxt.mov
|
||||||
get video/hackity_hack_and_kaxxt.mov (from usbdrive...) ok
|
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
|
# git annex add iso
|
||||||
add iso/Debian_5.0.iso ok
|
add iso/Debian_5.0.iso ok
|
||||||
# git commit -a -m "saving Debian CD for later"
|
|
||||||
|
|
||||||
# git annex drop iso/Debian_4.0.iso
|
# git annex drop iso/Debian_4.0.iso
|
||||||
drop iso/Debian_4.0.iso ok
|
drop iso/Debian_4.0.iso ok
|
||||||
# git commit -a -m "freed up space"
|
|
||||||
|
|
||||||
# git annex move iso --to=usbdrive
|
# git annex move iso --to=usbdrive
|
||||||
move iso/Debian_5.0.iso (moving to usbdrive...) ok
|
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
|
default to acting on all relevant files in the current directory (and
|
||||||
subdirectories).
|
subdirectories).
|
||||||
|
|
||||||
Many git-annex commands will stage changes for later `git commit` by you.
|
|
||||||
|
|
||||||
* add [path ...]
|
* add [path ...]
|
||||||
|
|
||||||
Adds files in the path to the annex. Files that are already checked into
|
Adds files in the path to the annex. Files that are already checked into
|
||||||
|
|
Loading…
Reference in a new issue