git - Github branch issues- IntelliJ -


i using intellij 15, version control github, , zsh. having issues when switching branches. goal copy content gh-pages branch master branch.

i start trying switch branches. same error when using "git merge gh-pages" command.

enter image description here

so try push changes.

enter image description here

...

enter image description here

but if try checkout or merge gives me same error.

the misc or workspace files don't have merge issues.

enter image description here

what's deal?

thanks, base2101

the issue not haven't pushed changes, haven't committed them. git add ., followed git commit, should fine.


Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

json - Gson().fromJson(jsonResult, Myobject.class) return values in 0's -