commit - f09e2405e1b95f1330287ea63b506140b0b65fbd
commit + 86d25a1b02a67714850c0c7d78cfac065e455fe0
blob - 056d7c9f159f76b9a6bf24d61029a8b11e934dfd
blob + 6e3f9cff1657df36b6d3d959290b7ab16a113b37
--- got/got.1
+++ got/got.1
from the repository in the next commit.
.Pp
The options for
-.Cm got rm
+.Cm got remove
are as follows:
.Bl -tag -width Ds
.It Fl f
.Cm got add
it will become an unversioned file again.
If a file was deleted with
-.Cm got rm
+.Cm got remove
it will be restored.
.It Cm rv
Short alias for
Add new files and remove obsolete files in a work tree directory:
.Pp
.Dl $ got add sys/uvm/uvm_ubc.c
-.Dl $ got rm sys/uvm/uvm_vnode.c
+.Dl $ got remove sys/uvm/uvm_vnode.c
.Pp
Create a new commit from local changes in a work tree directory
with a pre-defined log message.