ESGI Project
These instructions will get you a copy of the project up and running on your local machine.
You need to install Git and an IDE like Code::Blocks (with GCC).
Clone this repo into new project folder (e.g., my-proj).
git clone https://github.com/USER_NAME/yamlDataBase.git my-proj
cd my-proj
Based on the fact that you've just cloned the repo :mailbox_with_mail:
git branch <your name/subject>
git checkout <your branch>
Made some enhancement :hammer:
git add <modified files>
git commit - m "brief message to explain what you've done"
git push -u origin <your branch>
Then create a pull request :gift: