How can i rename / delete files in git repository? -


i created git repository projecteuler-solutions , wanted remove word euler file names renamed files numbers , added renamed files using add command , commited , pushed changes , though in status file names euler prefix marked d didn't deleted , how can delete files , usual flow rename files ?

removal: git rm
renaming: git mv


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -