Created
April 27, 2015 05:41
-
-
Save Nuclearfossil/d85f74cdef19176a44f4 to your computer and use it in GitHub Desktop.
Perforce!!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# looks for missing file in //branch and force syncs them. | |
p4 diff -sd //branch | p4 -x -sync -f | |
# run from a folder, tells you what the current changelist is. | |
p4 changes -m1 #have |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment