From 69568b80b74ee079833f139876c950e1ef947e85 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:35:05 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- book/guides/code_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/guides/code_guide.md b/book/guides/code_guide.md index 635c2b03..d9afbb27 100644 --- a/book/guides/code_guide.md +++ b/book/guides/code_guide.md @@ -8,5 +8,5 @@ ## Working with git -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. +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.