|
@@ -1,9 +1,10 @@
|
1
|
1
|
# ZCW-Microlabs-Git
|
2
|
|
-* `fork` this repository to your personal github account
|
3
|
|
-* `clone` your forked repository to your local machine
|
|
2
|
+* [fork](https://help.github.com/articles/fork-a-repo/) this repository to your personal github account
|
|
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
|
|
-* `git commit` your changes to `staging`; include a `commit` message via the `-m` flag.
|
6
|
|
-* `push` your `staged changes` to your remote repository.
|
|
5
|
+* `git add` your changes to the list of your `commited` files.
|
|
6
|
+* `git commit` your added files to the list of your `staged` files.
|
|
7
|
+* `git push` your staged files to your remote repository.
|
7
|
8
|
* submit a `pull request` which compares Zipcoder `master` to your `master`.
|
8
|
9
|
|
9
|
10
|
|