Skip to content

Commit

Permalink
Update code_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Jan 21, 2025
1 parent 165d9a6 commit f85f552
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions book/guides/code_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f85f552

Please sign in to comment.