Re: [Fx2lib-devel] Add simple light blinking example for keyspan fx1/ezusb
Status: Beta
Brought to you by:
mulicheng
From: Dennis M. <de...@ub...> - 2009-12-01 16:26:36
|
Steve Calfee wrote: > Hi, I'm kind of new to git. Could you please explain more what you mean when you say "fork" "pull requests" etc. Or a pointer to such directions, then I'll give it a try. > > > On the github project page: http://github.com/mulicheng/fx2lib/ There is a fork button. If you fork the repository, you have your own copy of it that you can push changes to. When you make changes, and want to have them integrated back to the main repository, you can send me a pull request. The button for that will be on your own project page about where the fork button is on the original. I can then merge your changes back into my repository automatically or I can add you as a remote, fetch your changes, edit them, and then push them back to the master repository. It's really a lot nicer than sharing patches pack and forth. Thanks for your efforts! -Dennis |