From d9f0e894f28fead290bae72b081bd9bcbb769ecd Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 5 Mar 2022 13:23:34 +0000 Subject: [PATCH] Edit this page - hbmanual1.html --- handbook/computing/hbmanual1.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/handbook/computing/hbmanual1.html b/handbook/computing/hbmanual1.html index 552a589e9..bdfd642ca 100644 --- a/handbook/computing/hbmanual1.html +++ b/handbook/computing/hbmanual1.html @@ -105,8 +105,7 @@ ssh into expo@expo.survex.com from a machine already configured to do this
  • cd to the directory containing the repo you want, i.e. "cd expoweb" for the handbook, which takes you to /home/expo/expoweb
  • Run "git status" (to check what changes are pending), -
  • then "git add
  • a> filenameem> -" to stage the page you have just edited. +
  • then "git add filename" to stage the page you have just edited.
  • then DO NOT just run ' git commit' unless you know how emacs works as it would dump you into an emacs editing window (C-x C-C is the way to exit emacs). Instead, use the "-m" option: