summaryrefslogtreecommitdiff
path: root/CONTRIBUTE
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-05-25 18:29:16 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-05-25 18:29:16 -0700
commit461cb9217d83c0518de2e9bb6fd3ee0d8cd0626b (patch)
treefa043efb8cfda62a69be6ea05237d8a95692afbc /CONTRIBUTE
parent2be225c3a042441484c716c27dcd43c5eb0ad8f9 (diff)
downloademacs-461cb9217d83c0518de2e9bb6fd3ee0d8cd0626b.tar.gz
* CONTRIBUTE: Split git configuration from fetch-and-build
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r--CONTRIBUTE5
1 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index a5433e30d37..f257fc57f0f 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -7,11 +7,14 @@ or run the shell command 'info "(emacs)Contributing"'.)
** The Emacs repository
Emacs development uses Git on Savannah for its main repository.
-Briefly, the following shell commands build and run Emacs from scratch:
+To configure Git for Emacs development, you can run the following:
git config --global user.name 'Your Name'
git config --global user.email 'your.name@example.com'
git config --global transfer.fsckObjects true
+
+The following shell commands then build and run Emacs from scratch:
+
git clone git://git.sv.gnu.org/emacs.git
cd emacs
./autogen.sh