Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: add links to Git tutorials #235

Merged
merged 2 commits into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions docs/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,13 @@ and developer set-up with GitHub issues (see for instance

:::{tip}
If you are new to working with GitHub, have a look at the tutorials on
[GitHub Skills](https://skills.github.com).
[GitHub Skills](https://skills.github.com). For good tutorials on Git, see:

- [freeCodeCamp's "Gitting Things Done"](https://www.freecodecamp.org/news/gitting-things-done-book)
<!-- cspell:ignore gitting -->
- [HSF Software Training Center](https://swcarpentry.github.io/git-novice)
- The [Pro Git](https://git-scm.com/book/en/v2) book

:::

### Issue management
Expand Down Expand Up @@ -939,7 +945,7 @@ ComPWA projects are best developed {ref}`with Conda <develop:Virtual environment
VSCode. The complete developer install procedure then becomes:

```shell
git clone https://github.com/ComPWA/ampform.git # or some other repo
git clone https://github.com/ComPWA/ampform # or some other repo
cd ampform
conda env create
conda activate pwa # or whatever the environment name is
Expand Down
Loading