The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
git help - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4) +--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9) +--- Thread: git help (/showthread.php?tid=1609) |
git help - ghiboz - 02-15-2012 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] - NaN - 02-16-2012 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. |