Skip to content

Instantly share code, notes, and snippets.

@krutcha
Created January 15, 2016 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krutcha/2b6b96810bbefc810185 to your computer and use it in GitHub Desktop.
Save krutcha/2b6b96810bbefc810185 to your computer and use it in GitHub Desktop.
shell> git status
HEAD detached at fcb2496
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: doc/template/css/quire-sans.css
modified: test/colored_ribbon.jl
modified: test/regen-precompiles.jl
modified: test/runtests.jl
modified: test/timeseries_colorful.jl
no changes added to commit (use "git add" and/or "git commit -a")
shell> git diff
diff --git a/doc/template/css/quire-sans.css b/doc/template/css/quire-sans.css
old mode 100755
new mode 100644
diff --git a/test/colored_ribbon.jl b/test/colored_ribbon.jl
old mode 100755
new mode 100644
diff --git a/test/regen-precompiles.jl b/test/regen-precompiles.jl
old mode 100755
new mode 100644
diff --git a/test/runtests.jl b/test/runtests.jl
old mode 100755
new mode 100644
diff --git a/test/timeseries_colorful.jl b/test/timeseries_colorful.jl
old mode 100755
new mode 100644
julia>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment