Tagged Questions

3
votes
4answers
131 views

Clone just the stable and one other branch in git?

I'm just getting started with git and I have a question. My app has 10 other developers working on it, each one having their own branch like dev_XXXXX. So if I do a clone of the re …
2
votes
1answer
148 views

Git svn clone: How to defer fetch of revision history

I often have the case that I want to work on a SVN repository right away. But an ordinary git svn clone [url] also clones the entire history. So I want to speed things up. The firs …
2
votes
2answers
99 views

Can I “disable” git-clone over http?

I'm using git to manage a tiny project. I've been performing all of my transactions (clone, push, pull, etc) through SSH, but recently ran git-update-server-info because I wanted …
2
votes
2answers
388 views

How to stop git via ssh on windows from resolving the wrong path?

I have a windows 2003 box with an ssh server setup. I have msysgit (git version 1.6.2) installed both locally and on the server. The server has the following absolute path to my …
1
vote
3answers
75 views

Making cloned repository in git the master

I have two git repositories: report.git (Master on remote location) cloned.git (Local) I lost report.git. I have the cloned.git. I want to clone other repositories from this cl …
0
votes
3answers
54 views

Preserve git remotes.

I have fixed network of git remotes and I would like them to be attached to repository. Unfortunately git-clone doesn't clone remotes. Is there a way around it?