Browse Source

Update README.md

Git-Leon 7 years ago
parent
commit
485f414710
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      README.md

+ 6
- 1
README.md View File

@@ -1,2 +1,7 @@
1 1
 # ZCW-Microlabs-Git
2
-First Git microlab to get people familiarized with git
2
+* Fork this repoistory to your personal github account 
3
+* Clone your forked repository to your local machine
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.
7
+* submit a `pull request` which compares Zipcoder `master` to your `master`.