Yes but a general question like this should be asked on the mailing list, please don't contact people directly for things that can be public.
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: [email protected] > To: [email protected] > Subject: Private message regarding: [julia-users] Cannot pull with rebase...? > > May I ask where and how do you run commands like 'git diff'? > > On Sunday, January 17, 2016 at 5:23:25 PM UTC-5, Tony Kelman wrote: > That doesn't make much sense... > > 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.
