Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 762 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 762 Bytes

onlineTaxiSystem

Files in this repo implements all functions of real online taxi system.

Requirements 🔧

  • Java version 13 or higher.

How to contribute to this repository

. Press the Fork button in order to save copy of this repo on your account.

. Download the files by pressing download button or clone this repo by the the following command in your git bash:

   git clone https://github.com/Taabannn/onlineTaxiSystem.git

. Open project in your Java IDE.

. Make a new branch.

   git checkout -b branch-name

. Make new changes of repository on new branch.

. Push the changes.

   git add .
   git commit -m "Your commit Message"
   git push origin branch-name

. Make a pull request.

. ⭐ this repository.