Skip to content

Instantly share code, notes, and snippets.

@epichub
Created August 24, 2015 07:23
Show Gist options
  • Save epichub/4d02af23b26a658c6b1f to your computer and use it in GitHub Desktop.
Save epichub/4d02af23b26a658c6b1f to your computer and use it in GitHub Desktop.
git error
epic at bjornsretinapro $ git rebase local/master (2d17h0m)|*[master]
First, rewinding head to replay your work on top of it...
error: The following untracked working tree files would be overwritten by checkout:
figs/scopus graf år.png
Please move or remove them before you can switch branches.
Aborting
could not detach HEAD
epic at bjornsretinapro $ rm "figs/scopus graf år.png" (2d17h1m)|*[master]
epic at bjornsretinapro $ git status (2d17h5m)|*[master]
On branch master
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
deleted: "figs/scopus graf \303\245r.png"
Untracked files:
(use "git add <file>..." to include in what will be committed)
.DS_Store
IS-elsevier/auto/
IS-elsevier/elsa-titi.pdf
IS-elsevier/elsa.aux
IS-elsevier/elsa.bbl
IS-elsevier/elsa.blg
IS-elsevier/elsa.log
IS-elsevier/elsa.out
IS-elsevier/elsa.pdf
IS-elsevier/elsa.spl
IS-elsevier/elsa.synctex.gz
IS-elsevier/elsdoc.pdf
auto/
paper.pdf
paper.tex
ref.bib.bak
no changes added to commit (use "git add" and/or "git commit -a")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment