git - GitHub shows directories twice that have been renamed -


i have git repository had directory called code. wanted remove capitalization , change directory name code. made change locally , pushed repo. on github, appears repository has 2 copies of directory, 1 each capitalization. when clone repo, directory labeled code on github, local repository calls code, , there no code directory in local repo.

any ideas on how remove capitalized code github?

according github page of project, seems solved problem.

i bet moved folders using mv , git add-ed uppercase-version , did not stage removal of lowercase-version. have "add" deletion.

to move things around, git mv takes care of you.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -