co
all
Check out RCS revisions (retrieve working files from the Revision Control System). See also: `ci`, `rcs`, `rcsdiff`, `rlog`.
More info →Examples (5)
Check out the latest revision of a file (retrieves a read-only copy)
co path/to/fileCheck out a file with a lock for editing
co -l path/to/fileCheck out a specific revision of a file
co -rrevision path/to/fileCheck out a file and overwrite it if it already exists
co -f -l path/to/filePrint a specific revision to `stdout` without creating a file
co -p -rrevision path/to/filemade by @shridhargupta | data from tldr-pages