Thread (4 messages) flat view 4 messages, 2 authors, 2016-06-15

Re: how to apply patch?

From: Tay Ray Chuan <hidden>
Date: 2016-06-15 22:48:11

Hi,

On Sun, Feb 7, 2010 at 10:05 AM, Matt Di Pasquale
[off-list ref] wrote:
[snip]
Then, copy dev to pro, then reapply/rebase the essential
differences to pro that got wiped out. if i rebase though, i want to
be able to rebase again on the next edit.
what's a good way to do this?
you could put this in your config:

  [remote local]
    url = .
    fetch = dev
  [branch "pro"]
    remote = local
    rebase = true

When you're wish to incorporate your latest changes in "dev" into
"pro(duction)",

  $ git checkout pro #assuming you're not already on "pro"
  $ git pull

Repeat ad nauseum.

-- 
Cheers,
Ray Chuan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help