Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Git completion slowness



On Fri, Dec 10, 2010 at 12:54, Thomas GstÃdtner <thomas@xxxxxxxxxxxxxx> wrote:

> On Fri, Dec 10, 2010 at 12:37, Nikolai Weibull <now@xxxxxxxx> wrote:

>> Perhaps someone can explain how you set up a CVS-to-Git mirror on
>> GitHub?

> That's easy.
> 1) create a project at github or any other git hoster and a plain git
> repository in this project.
> 2) create a local git repo with 'git init', use git-cvsimport to
> import the cvs repo into this git repo.
> 3) add the git hoster (i.e. github) as a remote in your git repo via
> 'git remote add' (or just copy'n'paste this from the hosters
> description).
> 4) push the imported cvs repo, which is now your git repo, to the remote.

Thanks.

> Hope this helps -- looking forward to the shiny new git-completion!

Well, I wouldnât say that itâs shiny nor new, but itâs more correct
and more flexibly and hopefully faster where it can be.



Messages sorted by: Reverse Date, Date, Thread, Author