
p4
List of commands for p4:
-
p4:tldr:16a8c p4: Log in to the Perforce service.$ p4 login -atry on your machineexplain this command
-
p4:tldr:1e44c p4: Copy files from depot into the client workspace.$ p4 synctry on your machineexplain this command
-
p4:tldr:43307 p4: Open a file to edit.$ p4 edit -c ${changelist_number} ${filename}try on your machineexplain this command
-
p4:tldr:6be6d p4: Submit a changelist to the depot.$ p4 submit -c ${changelist_number}try on your machineexplain this command
-
p4:tldr:b7974 p4: Open a new file to add it to the depot.$ p4 addtry on your machineexplain this command
-
p4:tldr:f818f p4: Create or edit changelist description.$ p4 changetry on your machineexplain this command
-
p4:tldr:f8fe8 p4: Display list of files modified by changelist.$ p4 describe -c ${changelist_number}try on your machineexplain this command