Hi all > > Ok, I went and added a Git repository to the SF account. > Could you check in the current code Florian? I suppose I need to learn but > it seems you are more anxious to get it up and running.
well, I suppose it's my responsibility to get you really enthusiastic about git, so i don't want things to work on the first try :) the repository is there! :) please consider the SVN as closed. Again. please no more commits to SVN any more. > >> >>> Florian is right in trying to force us to use more branches and it seems >>> there are some massive bugs with the automatic merging in our SVN >>> repository. >>> In short, we need to do something if we want branching to work and >> actually >>> improve our workflow. >> >>> The latest breed of version control systems, git, mercurial, etc are >>> supposedly _made_ to branch. I do however not entirely know what that i suggest this branching model: (i once suggested this but nobody cared ;) ) whenever you do anything (!) involving more than one single commit, you branch. (git is made for that) this is done as simple as git checkout -b trying_to_fix_flying_cows. then fix the flying cows, and merge back i'll give you a cheatsheet of often-used git commands later (tomorrow or in some hours or so.) please read some git howto, and try it out a bit (ideally on a testing repo, not on muse). github has excellent tutorials and service, you might create yourself a github account (it's free for public repos) or bitbucket, and get at least into committing and branching. greetings \o/ flo
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________ Lmuse-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmuse-developer
