Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[10:47:04 CST(-0600)] <drewwills> ok... i wasn't sure how it would know which branch to merge

[10:47:16 CST(-0600)] <drewwills> i thought you'd have to name a branch for that

[10:47:24 CST(-0600)] <EricDalquist> well if you are on rel-4-0-patches it would have setup remote-tracking for that branch

[10:47:41 CST(-0600)] <EricDalquist> git knows that the local rel-4-0-patches branch is based on origin/rel-4-0-patches

[10:47:48 CST(-0600)] <EricDalquist> and tries to save you work by doing the fetch and merge

[10:47:55 CST(-0600)] <EricDalquist> I'll go review that workflow doc

[10:48:08 CST(-0600)] <EricDalquist> make sure it is up to date

[10:48:22 CST(-0600)] <drewwills> ok... i thought "git pull origin" would update all the origin/xxx branches

[10:48:39 CST(-0600)] <EricDalquist> git fetch origin does that

[10:48:58 CST(-0600)] <drewwills> hmmm... ok

[10:49:28 CST(-0600)] <EricDalquist> do a "git help pull"

[10:49:38 CST(-0600)] <EricDalquist> the doc has a good explanation of what it does

[13:54:32 CST(-0600)] <dd> hello