ci
all
Check in RCS revisions (store file changes in the Revision Control System). See also: `co`, `rcs`, `rcsdiff`, `rlog`.
More info →Examples (5)
Check in a file and keep the working file unlocked
ci -u path/to/fileCheck in a file and keep the working file locked
ci -l path/to/fileCheck in a file with a specific log message
ci -m"log_message" path/to/fileCheck in a file, unlocking it but leaving the working file read-only
ci path/to/fileForce check-in even if there are no changes
ci -f -u path/to/filemade by @shridhargupta | data from tldr-pages