|
@@ -1,12 +1,11 @@
|
1
|
1
|
# ZCW-Microlabs-Git
|
2
|
|
-* [fork](https://help.github.com/articles/fork-a-repo/) this repository to your personal github account
|
|
2
|
+* [fork](https://help.github.com/articles/fork-a-repo/) this repository to your personal git.zipcode.rocks account
|
3
|
3
|
* [clone](https://help.github.com/articles/cloning-a-repository/) your `forked` repository to your local machine
|
4
|
4
|
* edit the `my-name` file, by adding your name to the file.
|
5
|
5
|
* `git add` your changes to the list of your `commited` files.
|
6
|
6
|
* `git commit` your added files to the list of your `staged` files.
|
7
|
7
|
* `git push` your staged files to your remote repository.
|
8
|
|
-* submit a `pull request` which compares Zipcoder `master` to your `master`.
|
|
8
|
+* submit a `pull request` which compares Cohort4.2 `master` to your `master`.
|
|
9
|
+
|
9
|
10
|
|
10
|
11
|
|
11
|
|
-## Whats next?
|
12
|
|
-The next lab is located [here](https://github.com/Zipcoder/CR-MicroLabs-JavaFundamentals-DanDoBetterDrills).
|