Conversation
Notices
-
tried setting [url "ssh://server/~user/git/"] block in ~/.gitconfig and didn't work
Tuesday, 06-Jan-09 22:28:33 UTC from xmpp-
@vrillusions: you want to do it in the .git/config file
-
@vrillusions You...don't do that. git remote add home ssh://whatever/ && git push home master
-
@vitalybabiy @dustin ah, so that url section is after the repos is cloned and i guess push to multiple remotes?
-
@vrillusions for the most part, there are commands for whatever it is you want to do. This is a new remote. Use remote commands.
-
@dustin yeah, looks like what I'm think is accomplished with git daemon and their base path or whatever the real name is...
-
@vrillusions git daemon should really just be used read-only. But the idea is roughly the same.
-
@dustin so I could do git://server/blah.git mean /var/git/blah.git on server
-
@dustin was just confused by man pages making it seem you could use that as a shortcut everywhere. but copy and paste will work just as well
-