Github DETACHED HEAD error when working with another developer -
a developer , working on using .gitignore
add conditions c# projects , solutions committing, since encountered issue of being unable commit result of committing binaries (such .suo
) github well, caused conflicts.
we fixed issue of .gitignore
, ignores number of conditions. however, when went computer, getting detached head
error. did git status
, , command line has been giving me these messages.
i unsure how solve issue. wondering can/should can go master , commit/sync changes?
also, how prevent issue in future?
i in rebase, ran
git rebase --abort
out of that.afterwards in
master
, allowed me commit again.
Comments
Post a Comment