I had a hard time to use git on Windows: http://groups.google.com/group/insoshi/browse_thread/thread/6e1f5e1c2dfcb3e8/d1f1ef796872e4f1#d1f1ef796872e4f1
I can create a local repository but cannot push my changes to my own fork branch and cannot pull updates from master branch. If somebody can run git on Windows without any problem, please share step-by-step details with us. Thanks. Brian On May 30, 1:03 pm, "Long Nguyen" <[EMAIL PROTECTED]> wrote: > Definitely do everything you can to kick the tires. > > Some of the benefits from Git's decentralized model are > > 1. You can easily set up a local repository > 2. All your changes are local to your repository until you explicitly push > your updates (or let others pull from it) > > What this lets you do is set up a "learning Git" repository where you can > try out all sorts of different tasks to figure out more about branching, > merging, pulling, etc. At worst if you do something to really mess things > up, all you would have to do is delete the repository directory and start > with new clone or a clean init. (But you should only do that after you try > a few things to recover from it.) > > Also, when dealing with branches, it's very helpful to have a visual > representation. So fire up gitk every now and then to take a look. > > Long > > On Fri, May 30, 2008 at 9:49 AM, janus <[EMAIL PROTECTED]> wrote: > > > Tony, > > > Want to learn git ,try the link below. > >http://www-cs-students.stanford.edu/~blynn//gitmagic/index.html<http://www-cs-students.stanford.edu/%7Eblynn//gitmagic/index.html> > > > I am still trying to understand git. It has not been easy. In case you > > master it before me, please send cross an article on how to kick git > > around. > > > Janus > > -- > Long Nguyen > [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
