LinuxCommandLibrary

p4

perforce client

TLDR

Sync workspace

$ p4 sync
copy
Check out file
$ p4 edit [file]
copy
Submit changes
$ p4 submit
copy
View changes
$ p4 changes
copy
Revert file
$ p4 revert [file]
copy
Show file status
$ p4 status
copy

SYNOPSIS

p4 [command] [options]

DESCRIPTION

p4 is the Perforce client. Manages version control with central server.
The tool provides enterprise version control. Handles large binary files.

PARAMETERS

sync

Sync workspace.
edit FILE
Check out file.
submit
Submit changelist.
changes
List changelists.
revert FILE
Revert changes.
status
Show file status.
--help
Display help information.

CAVEATS

Requires Perforce server. Commercial product. Enterprise focused.

HISTORY

Perforce was created in 1995 as an enterprise version control system.

SEE ALSO

git(1), svn(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community