From 250a265b255def84837ccb34e05cf28e26a6c09f Mon Sep 17 00:00:00 2001 From: Aayush Kasurde Date: Tue, 27 Jan 2015 22:07:43 +0530 Subject: [PATCH] Added perforce commands --- cheat/cheatsheets/p4 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cheat/cheatsheets/p4 diff --git a/cheat/cheatsheets/p4 b/cheat/cheatsheets/p4 new file mode 100644 index 0000000..0ec6a25 --- /dev/null +++ b/cheat/cheatsheets/p4 @@ -0,0 +1,5 @@ +# Print details related to Client and server configuration +p4 info + +# Open a file and add it to depot +p4 add \ No newline at end of file