Thread (18 messages) flat view 18 messages, 6 authors, 2016-06-15

Re: fetch and pull

From: Jay Soffian <hidden>
Date: 2016-06-15 22:46:24

On Mon, Mar 16, 2009 at 3:00 PM, John Dlugosz [off-list ref] wrote:
=== Re: ===
quoted
So, after inspecting the changes, how do you fast-forward your local
dev
quoted
to sync up with origin/dev?
$ git push . origin/dev dev
=== end ===

That did not work.  It just reports "everything up to date".  If I
understand the point of what it does correctly, I think

       $ git push . +origin/dev:dev

is correct.
You very likely do not want the '+' at the start:

$ git push . origin/dev:dev

j.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help