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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -