Re: stuck and need unstuck (git checkout)

2013-03-30 Thread Phil Hord
On Mon, Mar 25, 2013 at 1:57 PM, J.V. jvsr...@gmail.com wrote: I was on a branch (local tracked with remote), and I wanted to checkout a remote branch so did: $git co myRemoteBranch and got a message that a lot of jar files were being untracked (files were locked). I had a server

stuck and need unstuck (git checkout)

2013-03-25 Thread J.V.
I was on a branch (local tracked with remote), and I wanted to checkout a remote branch so did: $git co myRemoteBranch and got a message that a lot of jar files were being untracked (files were locked). I had a server running that had some of the jar files locked, so it could not update