Skip to content

Instantly share code, notes, and snippets.

@AndrewRussellHayes
Last active August 29, 2015 14:09
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 AndrewRussellHayes/64b1603d3190906dde98 to your computer and use it in GitHub Desktop.
Save AndrewRussellHayes/64b1603d3190906dde98 to your computer and use it in GitHub Desktop.
for error in git: fatal: Reference has invalid format: 'refs/heads/master...' From http://stackoverflow.com/questions/12773488/git-fatal-reference-has-invalid-format-refs-heads-master
find . -type f -name "* conflicted copy*" -exec rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment