Selaa lähdekoodia

Update README.md

Git-Leon 7 vuotta sitten
vanhempi
commit
483b76f68e
1 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. 5
    4
      README.md

+ 5
- 4
README.md Näytä tiedosto

@@ -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