Skip to content

Commit

Permalink
generalize
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Salo <[email protected]>
  • Loading branch information
singlesp and tsalo authored Dec 13, 2024
1 parent 175a235 commit ce12b28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cubic/cubic.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ The steps to do this are as follows:
3. `git config --global credential.helper store`
- This will store the PAT in ~/.git-credentials.
It's plain text, but not an issue since we only have one repo.
4. `git clone https://github.com/PennLINC/affective-instability.git`
4. `git clone https://github.com/PennLINC/<repo>.git code`
- This will clone the repository into a new folder named "code".
- Must be HTTPS
5. Create fine-grained PAT on GitHub.
- Resource owner is PennLINC.
Expand Down

0 comments on commit ce12b28

Please sign in to comment.