So I have a git repo in this structure:
app
app_one
app_two
app_three
The git repo root is in app. What I want is the root to simply be a folder containing app_one, app_two, app_three.
app_one
app_two
app_three
But the caveat is I want to do this while maintaining the current history of the file. Aka when I push this change to github, I don't want everything to show it was updated 3 seconds ago.