On branch metadata-v2
Your branch is up-to-date with 'origin/metadata-v2'.
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 about ENV["HOMEPATH"] ?
That should tell you where your pkg folder is. Find .julia/v0.4/METADATA there and run `git diff` to see what the local changes are. If you don't remember making them you can probably do `git checkout -- filename` to undo all of them.
You can either use the Julia REPL's shell mode (hit semicolon), or you can run git-bash from a separate Git installation. In Julia 0.4 we include a Git installation within the Julia binaries on Windows and Mac but this will not always be the case. If you're on Windows, navigate to where you have Julia installed (the variable JULIA_HOME in the Julia REPL will tell you where that is), then under the Git/ directory, run git-bash.exe. You can navigate around your METADATA folder and anywhere else in that prompt, and run git commands from there.
________________________________
> Date: Wed, 17 Feb 2016 20:59:11 -0800
> From: kenh...@gmail.com
> To: to...@kelman.net
> Subject: Private message regarding: [julia-users] Cannot pull with rebase...?
>
> May I ask where and how do you run commands like 'git diff'?
I don't know what's responsible for this but it seems like it may be specific to Juno somehow?