diff --git a/handbook/computing/repos.html b/handbook/computing/repos.html index 16e5b502e..73995fcd6 100644 --- a/handbook/computing/repos.html +++ b/handbook/computing/repos.html @@ -56,7 +56,8 @@ We use git because it is now the industry standard. In the past we have used Uploading cave survey data, scanned notes or Therion/Tunnel drawings

You do not need to know about the version control system for several common -cave data surveying tasks. The online system has forms to allow you to upload these, and it invokes git behind the scenes to keep everything tidy. However these capabilities are being used for the first time on the 2022 expo so be prepared for things to break, e.g. if two people try to do the same thing at the same time. +cave data surveying tasks. +

The online system has forms to allow you to upload these, and it invokes git behind the scenes to keep everything tidy. However these capabilities are being used for the first time on the 2022 expo so be prepared for things to break, e.g. if two people try to do the same thing at the same time.

Reading and cloning

@@ -64,7 +65,7 @@ cave data surveying tasks. The online system has forms to allow you to upload th

NOTE: when using git to path to a repository, always use user 'expo' as the login user (ssh://expo@...) even though within git you will be identified by your own ssh key name. This is because file permissions on the server require this.

So cavers wanting to do sophisticated management of their cave survey data (i.e. not just simple -uploads) willhave to use a machine on which they key is already set up. The expo laptop lives in the potato hut during expo and it is sometimes joined by the laptop 'aziraphale'. These are both loaned machines running Linux. If you want to use your own laptop then +uploads) will have to use a machine on which they key is already set up. The expo laptop lives in the potato hut during expo and it is sometimes joined by the laptop 'aziraphale'. These are both loaned machines running Linux. If you want to use your own laptop then see the basic laptop setup.