spacemacs/contrib/tools/perforce
2015-04-25 00:03:24 -04:00
..
img Move some layers to tools category 2015-04-25 00:03:24 -04:00
config.el Move some layers to tools category 2015-04-25 00:03:24 -04:00
packages.el Move some layers to tools category 2015-04-25 00:03:24 -04:00
README.md Move some layers to tools category 2015-04-25 00:03:24 -04:00

Perforce contribution layer for Spacemacs

logo

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