Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Heads Up - Git branch changes!

Note: you might have to follow up that with a clean of unstaged files/directories.

$ git clean -fd



Joakim Erdfelt / joakim@xxxxxxxxxxx

On Wed, Aug 9, 2017 at 2:22 PM, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
The jetty-9.4.x branch has been replaced.

It has had all of its javax.websocket-1.1 changes removed.

If you have a local clone of jetty-9.4.x, you will encounter pull/merge issues.

To force your local jetty-9.4.x to be the same as the remote do this ...


$ git checkout jetty-9.4.x
$ git fetch origin
$ git reset --hard origin/jetty-9.4.x


Joakim Erdfelt / joakim@xxxxxxxxxxx


Back to the top