On 20 Jan 2016 10:07 a.m., "Konrád Lőrinczi" <klorin...@gmail.com> wrote:
>
> I have 2 git repositories: Local and Live
> Both Local & Live are Linux Debian 7.8, using Git 2.4.
>
>
> Local/Master - A - B - C - D - E
>
> Live/Master - A - B
>
>
> Is there a way to copy the C - D - E part of history of Local to Live?
>
>
> So result should look like this:
> Live/Master - A - B - C - D - E
>
> I do use Git Extensions, but if solution is given as commands, it is also
fine for me.

I'm sorry if I come across as rude, but your question strongly suggests
that you've not bothered with trying to understand what a VCS offers. I
suggest you start there.

For git you should look at the commands remote and pull.

/M

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to