Forums

Full Version: git help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi again....
it's time to give you an hand (i don't know if I'm able, but i wish help you)
i have a question about github:

the steps are these:

1: Fork the project:
Forking the project, in fact I create a copy into my github repository, where I can manage everything, without damaging the vdrift repository.

2: Update the project that I fork
Example: tonight I fork the project, tomorrow Logzero (NaN?) push a new patch into the master repository: how can I upgrade my copy forked with the new version in the master?

3: push something into the master
Example: i've modified 10 files, but I wish push only 1 file into the master repository: how can I do this?

thanks in advance![/list]
I found this page helpful http://help.github.com/fork-a-repo/

Ideally you will want to create one branch per feature. With a push you will get them up to your github fork. Then create a pull request against upstream.