How to remove unwanted files from git after git commit

Please go to directory and run this

$ git rm /home/sanu/cinder/cinder/volume/drivers/emc/emc_vnx_cli.py

After editing recommitte your work

$ git commit -a --amend

$ git review -v

Comments

Popular posts from this blog

Basic Git Command for first time github user

How to connect to OpenStack Keystone API using keystoneclient