|
|
|
|
5
|
* `git commit` your changes to `staging`; include a `commit` message via the `-m` flag.
|
5
|
* `git commit` your changes to `staging`; include a `commit` message via the `-m` flag.
|
6
|
* `push` your `staged changes` to your remote repository.
|
6
|
* `push` your `staged changes` to your remote repository.
|
7
|
* submit a `pull request` which compares Zipcoder `master` to your `master`.
|
7
|
* submit a `pull request` which compares Zipcoder `master` to your `master`.
|
|
|
8
|
+
|
|
|
9
|
+
|
|
|
10
|
+## Whats next?
|
|
|
11
|
+The next lab is located [here](https://github.com/Zipcoder/ZCW-MicroLabs-OOP-AliceAndBob).
|