1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Adding step to configure git email address.

This commit is contained in:
Richard Brooksby 2023-01-13 04:46:56 +00:00
parent 285016a095
commit 31ff76abea

View file

@ -136,6 +136,12 @@ These steps will only rarely need repeating.
repo.) ::
git clone -o github git@github.com:Ravenbrook/mps.git
cd mps
#. Set your e-mail address for commits to the repo to match the one in
your Perforce user record. ::
git config user.email spqr@ravenbrook.com
#. Add the Git Fusion mps-public repo, which is the interface to
Ravenbrook's Perforce. ::