diff --git a/handbook/troggle/troglaptop.html b/handbook/troggle/troglaptop.html index 5e5f67230..01637fb30 100644 --- a/handbook/troggle/troglaptop.html +++ b/handbook/troggle/troglaptop.html @@ -51,6 +51,12 @@ File permissions are a big issue. provisioning so that systems are rebuilt cleanly. CUYC (who also use Django) have a bash script which sets up a new django development system. We should copy that in the first instance. Alas, we haven't got around to doing any of this yet. +
On a new machine you need to configure your git identity: +
git config --global user.email "you@example.com"
+
+git config --global user.name "Your Name"
+