views:

1003

answers:

1

I have installed the latest MSysGit 1.6.3 preview and TortoiseGit 0.6.2 on my Windows XP PC. I also have created a --bare repository on my server which can be access through http (using WebDAV as authentication system).

I can successfully log into my server's git repository from a browser. I have created a local repository on my PC and the initial commit.

I have looked everyone and I still cannot find how to add a remote URL to TortoiseGit and push my local repository to that address.

Any ideas?

Thank you.

+3  A: 

In the context menu, select "TortoiseGIT" -> "Push ...". Right of the "Remotes" entry there is a "Manage" button. There, choose "Git" -> "Remotes" in the tree. There you can input Remote URLs.

David Schmitt
You should try to contact the authors of the software then, instead of ranting in a public forum. Patches surely would be very welcome.
David Schmitt
You are correct. I apologize. ;)
pek
No offense taken.
David Schmitt
@David Schmitt - is there a way to make this the default? I have a test machine that shouldn't have a local .git, it should only pull/push to the remote repo
Martin Beckett
@Martin: default tasks should be automated as much as possible. How about creating a short script that uses the msysgit commandline to pull/push? (http://code.google.com/p/msysgit/)
David Schmitt