I have stored my app sources (git repo) in folder:
MyProject/front_app
But on GitHub I want to have the repo named not front_app
but rather my_project_front_app
, is it possible to do?
Is it a good approach or it is better to have local folder my_project_front_app
for this git repo?