.. | ||
img | ||
config.el | ||
packages.el | ||
README.md |
Perforce contribution layer for Spacemacs
Table of Contents
Description
This layer adds support for Perforce (p4).
Install
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(perforce))
You'll have to install the `p4`` command line, download page.
Don't forget to setup the environment variables:
P4_PORT
P4_CLIENT
P4_USER
P4_PASSWD
Key bindings
Key Binding | Description
---------------------|------------------------------------------------------------ SPC p 4 a | add a file in depot SPC p 4 d | delete a file in depot SPC p 4 D | p4-describe SPC p 4 e | checkout a file SPC p 4 r | rename a file SPC p 4 R | revert a file SPC p 4 S | submit CL