From 416194886234c8544353eb5dbb7d4b188f18b53e Mon Sep 17 00:00:00 2001 From: Expo on server Date: Sat, 12 Nov 2022 15:04:26 +0000 Subject: [PATCH] added pull.rebase setting - online edit of handbook/troggle/troglaptop.html --- handbook/troggle/troglaptop.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/handbook/troggle/troglaptop.html b/handbook/troggle/troglaptop.html index 0106a7445..48ce20804 100644 --- a/handbook/troggle/troglaptop.html +++ b/handbook/troggle/troglaptop.html @@ -78,10 +78,11 @@ development system. We should copy that in the first instance. Alas, we haven't

Configuring git

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"
+git config --global pull.rebase true
 
+

We use pull.rebase as this seems to work best with our repos and the way we work.

Installing python

XKCD python install