From b0f6f7d9557cd4388bb72108685332536dfc89cf Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Fri, 18 Oct 2024 09:59:08 -0400 Subject: [PATCH] Add Working with Git Guide [WIP] Jotted down a skeleton for working with git. - [ ] Closes https://github.com/leap-stc/leap-stc.github.io/issues/129 --- book/guides/code_guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/book/guides/code_guide.md b/book/guides/code_guide.md index 3aef38db..7cbb295e 100644 --- a/book/guides/code_guide.md +++ b/book/guides/code_guide.md @@ -5,3 +5,9 @@ ## Handling Secrets 🚧 Coming soon ... + +## 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.