Last active
February 8, 2017 19:01
-
-
Save masaeedu/60eef112e584842255b315bb23e68c47 to your computer and use it in GitHub Desktop.
Useful P4 commands
This file contains hidden or 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
# Equivalent to git reset (without discarding workspace changes) | |
p4 revert -k //... | |
# More conservative revert of only current dir | |
p4 revert -k * | |
# Fast reconcile using timestamps | |
p4 reconcile -m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment