Skip to content

Working with Github.

Arik1337 edited this page Mar 30, 2021 · 5 revisions

How to clone:

git clone https://github.com/turhhuhu/BoomaEcommerce.git

Working on issues:

git checkout develop
git branch my-feature
git checkout my-feature

commit work...

push your committed work:

git push origin my-feature

when ready to submit your work for merge, create a pull request (^:

for further information: https://nvie.com/posts/a-successful-git-branching-model/

Clone this wiki locally