> speaking of open source: i'm upgrading my site to 1.7 from git, and > used this article [2] to help Track's remote 1.7_branch and push some > changes to my_1.7_branch on github [3]. is this considered the right > way to do this? >
Yes I think it is a good way to track bsag's tree and maintain your own patches. You need to choose whether to merge your changes and the changes in bsag's tree or do a rebase. The latter makes it easy for others to see what you have changes, but is more difficult if people have cloned your tree. If you use git merge, it is the other way around :-) > please feel free to pull whatever patches you want. lots of people > had been asking me how open signups worked, so i have a 3-line patch > to do that, as well as a few other small tweaks. i'll put more up as > in the coming week. > That is great. I'll sure be looking to merge some stuff in the master tree! > thanks all for a nice app! Thanks for contributing! Reinier _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
