Skip to content

Commit

Permalink
Add Working with Git Guide [WIP]
Browse files Browse the repository at this point in the history
Jotted down a skeleton for working with git. 

- [ ] Closes #129
  • Loading branch information
jbusecke authored Oct 18, 2024
1 parent 250707b commit b0f6f7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions book/guides/code_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b0f6f7d

Please sign in to comment.