What does running "git diff" say the changes are to those files? If they're not changing anything that you want to keep locally, you can run "git checkout -- FixedEffectModels/versions/*/requires" to undo the changes.
On Friday, January 22, 2016 at 4:30:34 PM UTC-8, Diogo Falcão wrote: > > I am trying to use Julia on Windows for the first time, and when I try to > run Pkg.update(), I got this error: > > error: Cannot pull with rebase: You have unstaged changes. > > > When I run "git status" in the METADATA folder, I got: > > > On branch metadata-v2 > Your branch is behind 'origin/metadata-v2' by 524 commits, and can be > fast-forwarded. > (use "git pull" to update your local branch) > Changes not staged for commit: > (use "git add <file>..." to update what will be committed) > (use "git checkout -- <file>..." to discard changes in working directory) > > modified: FixedEffectModels/versions/0.1.0/requires > modified: FixedEffectModels/versions/0.1.1/requires > modified: FixedEffectModels/versions/0.2.0/requires > modified: FixedEffectModels/versions/0.2.1/requires > modified: FixedEffectModels/versions/0.2.2/requires > > no changes added to commit (use "git add" and/or "git commit -a") > > > How can I solve this? Thanks > > ------------------------------ > Esta mensagem pode conter informação confidencial e/ou privilegiada.Se > você não for o destinatário ou a pessoa autorizada a receber esta mensagem, > você não deve usar, copiar, divulgar, alterar e não tomar nenhuma ação em > relação a esta mensagem ou qualquer informação aqui contida.Se você recebeu > esta mensagem erroneamente, por favor entre em contato imediatamente ou > responsa por e-mail ao remetente e apague esta mensagem. Opiniões pessoais > do remetente não refletem, necessariamente, o ponto de vista da Neurotech, > o qual é divulgado somente por pessoas autorizadas. Antes de imprimir este > e-mail, veja se realmente é necessário. Ajude a preservar o meio ambiente. > > This message may contain confidential and/or privileged information. If > you are not the addressee or authorized to receive this for the > addressee, please, you must not use, copy, disclose, change, take any > action based on this message or any information herein. Personal opinions > of the sender do not necessarily reflect the view of Neurotech, which is > only divulged by authorized persons. Please consider the environment before > printing this email. >
