I have a git repository whose structure looks like:
+--- .git
+-- PracticeProject
+- PracticeFramework
+----+log
+----+testdata
+----+test-output
+----+lib
And i want it to like the below code. We are removing the folder - PracticeFramework
+--- .git
+--PracticeProject
+----+log
+----+testdata
+----+test-output
+----+lib