You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the following in your command line from the curriculum folder to track and save your progress in a Git commit.
390
-
Ensure that you do not already have undesired or unrelated changes by running `git status` or by checking the source control tab in Visual Studio Code.
363
+
DockYard Academy now recommends you use the latest [Release](https://github.com/DockYard-Academy/curriculum/releases) rather than forking or cloning our repository.
364
+
365
+
Run `git status` to ensure there are no undesirable changes.
366
+
Then run the following in your command line from the `curriculum` folder to commit your progress.
391
367
392
368
```
393
-
$ git checkout -b agent-journal-exercise
394
369
$ git add .
395
-
$ git commit -m "finish agent journal exercise"
396
-
$ git push origin agent-journal-exercise
370
+
$ git commit -m "finish Agent Journal exercise"
371
+
$ git push
397
372
```
398
373
399
-
Create a pull request from your `agent-journal-exercise` branch to your `solutions` branch.
400
-
Please do not create a pull request to the DockYard Academy repository as this will spam our PR tracker.
401
-
402
-
**DockYard Academy Students Only:**
374
+
We're proud to offer our open-source curriculum free of charge for anyone to learn from at their own pace.
403
375
404
-
Notify your instructor by including `@BrooklinJazz` in your PR description to get feedback.
405
-
You (or your instructor) may merge your PR into your solutions branch after review.
376
+
We also offer a paid course where you can learn from an instructor alongside a cohort of your peers.
377
+
We will accept applications for the June-August 2023 cohort soon.
406
378
407
-
If you are interested in joining the next academy cohort, [sign up here](https://academy.dockyard.com/) to receive more news when it is available.
Run the following in your command line from the curriculum folder to track and save your progress in a Git commit.
165
-
Ensure that you do not already have undesired or unrelated changes by running `git status` or by checking the source control tab in Visual Studio Code.
142
+
DockYard Academy now recommends you use the latest [Release](https://github.com/DockYard-Academy/curriculum/releases) rather than forking or cloning our repository.
143
+
144
+
Run `git status` to ensure there are no undesirable changes.
145
+
Then run the following in your command line from the `curriculum` folder to commit your progress.
166
146
167
147
```
168
-
$ git checkout -b anagram-exercise
169
148
$ git add .
170
-
$ git commit -m "finish anagram exercise"
171
-
$ git push origin anagram-exercise
149
+
$ git commit -m "finish Anagram exercise"
150
+
$ git push
172
151
```
173
152
174
-
Create a pull request from your `anagram-exercise` branch to your `solutions` branch.
175
-
Please do not create a pull request to the DockYard Academy repository as this will spam our PR tracker.
176
-
177
-
**DockYard Academy Students Only:**
178
-
179
-
Notify your instructor by including `@BrooklinJazz` in your PR description to get feedback.
180
-
You (or your instructor) may merge your PR into your solutions branch after review.
153
+
We're proud to offer our open-source curriculum free of charge for anyone to learn from at their own pace.
181
154
182
-
If you are interested in joining the next academy cohort, [sign up here](https://academy.dockyard.com/) to receive more news when it is available.
155
+
We also offer a paid course where you can learn from an instructor alongside a cohort of your peers.
156
+
We will accept applications for the June-August 2023 cohort soon.
0 commit comments