From f85f5520af68ee44cf398567231834dc66486740 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Tue, 21 Jan 2025 16:34:58 -0500 Subject: [PATCH] Update code_guide.md --- book/guides/code_guide.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/book/guides/code_guide.md b/book/guides/code_guide.md index 1b9e6085..635c2b03 100644 --- a/book/guides/code_guide.md +++ b/book/guides/code_guide.md @@ -8,7 +8,5 @@ ## Working with git -- You need to authenticate -- Use gh-scoped-creds (so that permanent creds are never stored in plain text) (see above). -- Make sure to commit+push important things as a backup (and have a backup of important data \{link}) -- \[ \] Add link to the get started tutorial. +The recommended way to move code in and out of the hub is via github. This will version control your code via git and serve as one backup location for your research code. The recommended way to authenticate is to use [gh-scoped-creds](https://docs.2i2c.org/user/topics/data/git/#using-gh-scoped-creds) which is preinstalled on the default software images. +Please read the in-depth [guide by 2i2c](https://docs.2i2c.org/user/topics/data/git/#move-code-in-and-out-of-the-hub-with-github) for more details.