-
Create github account
-
Pull repository
git clone https://github.com/etrel-development/hackaton-2021.gitgit config user.name "My Name"
git config user.email "my@mail.domain"You need to create token inside github settings and then use it instead of password Username is you github name (mail usually)
git checkout -b development
git push --set-upstream origin developmentCommit to your branch and push changes. Then create merge request.