F
F
fantazerno2015-11-29 23:30:17
git
fantazerno, 2015-11-29 23:30:17

How to properly create a Github repository?

There is a pre-prepared template gulp + npm + bower [ which is then deployed into a combat project ]
Through git clone it is pulled from the github
But how to make this project possible to push to another, pre-created repository, and not overwrite the template.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sergey, 2015-11-29
@fantazerno

1. You need to register on the service.
2.Create a fork of the repository you are interested in.
3.Now you have your own copy of the remote repository linked to the original one. Clone this copy.
Now you can save commits to your local repository and then push them to your remote one. If you want to submit your changes to the original repository, there is a special tool for this called a pull request.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question