# ZCW-Microlabs-Git * [fork](https://help.github.com/articles/fork-a-repo/) this repository to your personal github account * [clone](https://help.github.com/articles/cloning-a-repository/) your `forked` repository to your local machine * edit the `my-name` file, by adding your name to the file. * `git add` your changes to the list of your `commited` files. * `git commit` your added files to the list of your `staged` files. * `git push` your staged files to your remote repository. * submit a `pull request` which compares Zipcoder `master` to your `master`. ## Whats next? The next lab is located [here](https://github.com/Zipcoder/ZCW-MicroLabs-OOP-AliceAndBob).