Compare commits
2
Commits
7eefa807a3
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cb8f9a8d8 | ||
|
|
4e9b7eb7ea |
@@ -41,9 +41,9 @@ The project consists of the following classes and interfaces:
|
|||||||
| GasCar | | ElectricCar |
|
| GasCar | | ElectricCar |
|
||||||
| (Class) | | (Class) |
|
| (Class) | | (Class) |
|
||||||
+-------------------+ +-------------------+
|
+-------------------+ +-------------------+
|
||||||
^ ^ ^
|
^ | |
|
||||||
| extends | implements | implements
|
| extends | implements | implements
|
||||||
| | |
|
| ⌄ ⌄
|
||||||
+-------------------+ +-------------------+ +-------------------+
|
+-------------------+ +-------------------+ +-------------------+
|
||||||
| SportsCar | | Refuelable | | Chargeable |
|
| SportsCar | | Refuelable | | Chargeable |
|
||||||
| (Class) | | (Interface) | | (Interface) |
|
| (Class) | | (Interface) | | (Interface) |
|
||||||
@@ -140,6 +140,6 @@ git checkout -b develop
|
|||||||
```
|
```
|
||||||
git push origin develop
|
git push origin develop
|
||||||
```
|
```
|
||||||
7. Create a Pull Request from `develop` to `main`
|
7. Create a Pull Request from `develop` to `main` or `master`
|
||||||
|
|
||||||
# GOOD LUCK! :)
|
# GOOD LUCK! :)
|
||||||
|
|||||||
Reference in New Issue
Block a user