Skip to content

Latest commit

 

History

History
executable file
·
29 lines (20 loc) · 594 Bytes

File metadata and controls

executable file
·
29 lines (20 loc) · 594 Bytes

How to contribute code

  1. Create github account

  2. Pull repository

git clone https://github.com/etrel-development/hackaton-2021.git
git config user.name "My Name"
git config user.email "my@mail.domain"

Authentication

You need to create token inside github settings and then use it instead of password Username is you github name (mail usually)

Create your branch and push it to remoe

git checkout -b development
git push --set-upstream origin development

Contributing

Commit to your branch and push changes. Then create merge request.