[git-users] Re: Questions about git - don't read if you not want to answer newbie questions

2009-10-22 Thread Michael P. Soulier
On 22/10/09 m.m-o.net said: I ll have to cooperate in a group with 3 other students and wanted to ask how to do so with git. Everyone working on his part of the project Work any way you like. That's kinda the point. :) How would you like to work? Mike -- Michael P. Soulier msoul

[git-users] Re: how can you cleanup your local repository when branch -a shows a bunch or origin/ branches that no longer really exist.

2009-10-13 Thread Michael P. Soulier
talking about remote tracking branches? Also, one should not rebase a branch that has been made publically available. Mike -- Michael P. Soulier msoul...@digitaltorque.ca Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move

[git-users] Re: how to view git repo in web page under windows?

2009-09-26 Thread Michael P. Soulier
On 26/09/09 Xi Shen said: what kind of cgi? perl or bash? Are those the only possible choices? :) if it is perl, i think i can get it work on windows with iis You could look for yourself too. :) Mike pgpROg0HvDtqT.pgp Description: PGP signature

[git-users] Re: how to view git repo in web page under windows?

2009-09-25 Thread Michael P. Soulier
On 25/09/09 Xi Shen said: i am using msysgit un windows, and i found that it comes without git instaweb. so, how can i view my git repo in browser? I don't find instaweb very useful, personally. I put my private repositories onto my home server running apache and use gitweb. For public

[git-users] Re: Pushing a branch to remote repository without merging with HEAD branch

2009-09-06 Thread Michael P. Soulier
, you can resolve this usually with a git pull --rebase to rebase your branch on the changes to your branches ancestor(s). Is it not unwise to rebase a branch that you've already pushed to another repository? Mike -- Michael P. Soulier msoul...@digitaltorque.ca Any intelligent fool can make

[git-users] Re: synchronizing local git with github account

2009-08-31 Thread Michael P. Soulier
On 31/08/09 Macsig said: Hello guys, I'm a git newbie and I'm looking for some good references about using git locally (on Mac) and synchronize my repositories to my github account and from there to a Win2003 production server. Can anyone help me with this? Thanks and have a great day.

<    1   2   3   4