I am using git and here is the situation :
There is a branch feature/API*** . The source code is under the folder "Code/" as can be seen in the pic. I am trying to get rid of the folder 'code/' . I have tried to move the source Code including .git files out from the 'code/' folder and then delete 'code/'. But 'git status .' doesn't show me the deleted folder i.e. 'code/'. How do I safely move my source Code out of the 'Code/' folder and get rid of 'Code/' folder. The issue is when I do a 'git clone' , I get my code into sub-folders and the root folder is 'code/'.
Thanks in advance.