Suppose I have programA (v1.0) folder with files abc.php, efg.php and hij.php. Now I have completely changed the programA (v2.0) folder which now includes a.php, b.php and c.php.
How do I commit this folder now? Since the old files may or may not be present in the new version. Do I first need to delete the old files from the working folder and commit the new folder?
Plz help me with this.
Thank you.