Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

First feature

Charles de Beauchesne edited this page Aug 2, 2018 · 1 revision

Add your fork locally

Replace {my_github_username} by your github username

git remote add myfork [email protected]:{my_github_username}/v6_ui.git

Create a new branch for your feature

git checkout -b my_awesome_branch_for_a_great_feature

Code ! & Commit

git commit -m "I've just added a great feature to c2c UI"

Push on your fork

git push myfork my_awesome_branch_for_a_great_feature

And open a pull request