From: Alexander v. G. <kal...@un...> - 2012-06-16 18:09:10
|
On 16.06.2012 12:38, Alexei Svitkine wrote: > On Sat, Jun 16, 2012 at 5:08 AM, Christian Bauer <cb...@ce... [1]> wrote: > >> Hi! >> >> At last some action here. :-) >> >> I agree that for a project with so few active developers CVS should >> still be sufficient. But if it helps people working on the code I will >> gladly convert the CVS repository to git and put it on GitHub (and shut >> down the CVS). However, due to time constraints I won't always be able >> to respond to pull requests or review patches myself, so I'd place the >> main liability for keeping the repository up-to-date on Alexei if that's >> OK. > > Sounds like there's a lot of interest in moving to GitHub, so let's do it. Yay! Glad to hear I was the motivation for this! :D There are some examples of git usage and a flow chart I threw together a while back if anyone wants a *quick* crash course on GIT: https://www.haiku-os.org/guides/building/get-source-git Tips: * Always git pull --rebase before you commit. This will mimic a central repo better and avoid a mass amount of merges -- Alex |