About

The source code for the Perforce graphical tools plugin

Custom built versions of P4GT are not supported by Perforce support. To get the most recent supported version please visit the downloads page at http://www.perforce.com.

If you have questions about how to extend P4GT please post to the Perforce Forums and we will help you as much as possible.
  • 1
    Member
  • 1
    Follower
  • 1
    Branch
Helix Syncs:
  • 0
    Yesterday
  • 0
    Last Week
  • 0
    Last 30 Days
Owners
perforce_software
Members
perforce_software
Followers
okano
Branches
  • Main
  • Path:
    //guest/perforce_software/p4gt/...

Readme

To add a readme file:

(These commands require the latest Helix command line client and server installed locally, both available for free on the Perforce Helix downloads page).
Clone the project: p4 -d perforce-software-p4gt clone -p public.perforce.com:1666 -f //guest/perforce_software/p4gt/...

Change to the project directory: cd perforce-software-p4gt

Create a readme file: echo "My first readme" > README.md

Reconcile your workspace: p4 reconcile

Submit the changes: p4 submit -d "adding readme file"

Push changes to the Workshop: p4 push