Skip to content

Commit

Permalink
Merge pull request #139 from janash/fix-checkout
Browse files Browse the repository at this point in the history
fixes commands for checking out starting points
  • Loading branch information
janash committed Apr 16, 2024
2 parents 2aabaee + 72cdf33 commit 6ae0713
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions _episodes/02-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Alternatively, download the repository using the command line:
```{code-block} shell
git clone https://github.com/MolSSI-Education/molecool.git
cd molecool
git checkout git-start
```
````
Expand Down
1 change: 1 addition & 0 deletions _episodes/03-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Alternatively, download the repository using the command line:
````{tab-set-code}
```{code-block} shell
git clone https://github.com/MolSSI-Education/molecool.git
cd molecool
git checkout github-start
```
````
Expand Down
1 change: 1 addition & 0 deletions _episodes/04-function-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Alternatively, download the repository using the command line:
````{tab-set-code}
```{code-block} shell
git clone https://github.com/MolSSI-Education/molecool.git
cd molecool
git checkout python-coding-style-start
```
Expand Down
1 change: 1 addition & 0 deletions _episodes/05-package-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Alternatively, download the repository using the command line:
````{tab-set-code}
```{code-block} shell
git clone https://github.com/MolSSI-Education/molecool.git
cd molecool
git checkout deciding-package-structure-start
```
````
Expand Down
1 change: 1 addition & 0 deletions _episodes/06-type-hinting.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Alternatively, download the repository using the command line:
````{tab-set-code}
```{code-block} shell
git clone https://github.com/MolSSI-Education/molecool.git
cd molecool
git checkout python-type-hinting-start
```
:::
Expand Down
1 change: 1 addition & 0 deletions _episodes/08-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Alternatively, download the repository using the command line:
````{tab-set-code}
```{code-block} shell
git clone https://github.com/MolSSI-Education/molecool.git
cd molecool
git checkout python-testing-start
```
````
Expand Down
1 change: 1 addition & 0 deletions _episodes/09-CI.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Alternatively, download the repository using the command line:
````{tab-set-code}
```{code-block} shell
git clone https://github.com/MolSSI-Education/molecool.git
cd molecool
git checkout CI-Github-actions-start
```
````
Expand Down
1 change: 1 addition & 0 deletions _episodes/10-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Alternatively, download the repository using the command line:
````{tab-set-code}
```{code-block} shell
git clone https://github.com/MolSSI-Education/molecool.git
cd molecool
git checkout package-docs-start
```
Expand Down

0 comments on commit 6ae0713

Please sign in to comment.