[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Switching from old git tree
From: |
David Kastrup |
Subject: |
Re: Switching from old git tree |
Date: |
Fri, 14 Nov 2014 13:20:30 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
address@hidden (Peder O. Klingenberg) writes:
> I have been using the old git-mirror for a while. In there, I have a
> branch with some local modifications.
>
> I understand that I need to check out a fresh tree now after the
> conversion? What is the smoothest way of integrating my local branch in
> this new tree? I'm a very basic git user, and the only way I can think
> of is to extract the patches from my old branch and applying them by
> hand in the new tree.
Using git format-patch and git am, rather than git diff and git apply.
> Is there something else I should be doing instead?
I don't think there is much of an option to do something else.
--
David Kastrup
- Switching from old git tree, Peder O. Klingenberg, 2014/11/14
- Re: Switching from old git tree,
David Kastrup <=
- Re: Switching from old git tree, Sven Axelsson, 2014/11/14
- Re: Switching from old git tree, Sven Axelsson, 2014/11/14
- Re: Switching from old git tree, Peder O. Klingenberg, 2014/11/14
- Re: Switching from old git tree, David Kastrup, 2014/11/14
- Re: Switching from old git tree, Sven Axelsson, 2014/11/14
- Re: Switching from old git tree, Andreas Schwab, 2014/11/14
- Re: Switching from old git tree, David Caldwell, 2014/11/14
- Re: Switching from old git tree, David Kastrup, 2014/11/14
- Re: Switching from old git tree, Kenneth Raeburn, 2014/11/15
- Re: Switching from old git tree, Eli Zaretskii, 2014/11/15