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 -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -