Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should update README with "how to develop" section #470

Closed
hoatle opened this issue Sep 13, 2018 · 0 comments
Closed

should update README with "how to develop" section #470

hoatle opened this issue Sep 13, 2018 · 0 comments

Comments

@hoatle
Copy link
Member

hoatle commented Sep 13, 2018

$ cd ~/
$ git clone <your_forked_repo> teracy-dev
$ cd teracy-dev
$ git remote add upstream git@github.com:teracyhq/dev.git
$ git fetch upstream # get the changes from the upstream repo
$ git checkout develop # the develop branch to work on it
$ git branch -u upstream/develop # track the upstream's branch
$ git pull # update to the latest upstream's changes
@hoatle hoatle added this to the v0.6.0-dev milestone Sep 13, 2018
@hoatle hoatle modified the milestones: v0.6.0-dev, v0.6.0-b1-dev Sep 18, 2018
hoavt added a commit to hoavt/teracy-dev that referenced this issue Sep 20, 2018
hoavt added a commit to hoavt/teracy-dev that referenced this issue Sep 20, 2018
hoavt added a commit to hoavt/teracy-dev that referenced this issue Sep 21, 2018
hoatle added a commit that referenced this issue Sep 25, 2018
…to-develop-section

#470 | update README with how to develop section
@hoatle hoatle assigned hoatle and unassigned hoavt Sep 25, 2018
@hoatle hoatle assigned hoavt and unassigned hoatle Sep 25, 2018
@hoatle hoatle closed this as completed Sep 25, 2018
@hoatle hoatle modified the milestones: v0.6.0-b1-dev, v0.6.0-a5-dev Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants