dev:kb:version_control
This is an old revision of the document!
Table of Contents
Version Control System
Perforce
Official p4 document
Add directory recursively to perforce depot
# In Windows dir /b /s /a-d | p4 -x – add # In Linux/Unix find . -type f -print | p4 -x - add # In Mac files -f -q -r -s | p4 -x - add
Git
SVN
dev/kb/version_control.1394025339.txt.gz · Last modified: 2020/06/06 23:32 (external edit)