Wink Saville <wink@xxxxxxxxxxx> wrote: > This sounds easy enough, but how-to "create a remote"? > I looked in .git/remotes and see origin which contains: > > URL: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > Pull: refs/heads/master:refs/heads/origin > > But where is the syntax defined? See http://www.kernel.org/pub/software/scm/git/docs/git-push.html#URLS > Also, how do I setup git on my server so that it becomes a server? So long as you can ssh to it and Git is installed in your PATH then there's nothing else to do; Git will login via SSH and execute Git on the remote side to run the server. -- Shawn. - 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