sigbackup <sigbackup@xxxxxxxxx> writes: > 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. github probably told you how to clone your github repo on your local machine. Then, use "git pull" and "git push" to get changes from github and to send your changes there. This is very much the standard way to use Git, so I guess reading the doc can help ;-). -- Matthieu -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html