On 11/04/2013 17:27, Heath Stewart wrote: > > Check out http://git-scm.com. It’s a great resource and has downloads > to free ebooks (same thing as the web site in a different format). > > Generally, you create a branch (they’re lightweight), make and commit > your changes, push your branch to your fork, then send a pull request > from that branch to the tracking branch in the main repo. > > Git is very much design to branch on a whim. You can create a branch > from any previous state in your commit history so you can have > multiple trains of work. This is especially handy if you’re working on > multiple bugs and/or features and don’t want to send one giant pull > request or wait for your pull request to be merged (since any commits > added to the remote branch get included in the pull request). >
Also: in case you're not aware, 'git clone url -b wix38' won't fetch only the code on the wix38 branch - you need to add '--single-branch'. -- Bruce Cran ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ WiX-devs mailing list WiX-devs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-devs