I originally developed an app using Android Studio on my desktop computer. I had my github account hooked up and was committing updates through Android Studio. I had to go on a trip last week and had a new laptop which I installed Android Studio on. However, instead of cloning the repository I simply downloaded a zip of the project and worked on it outside of git.
Now I would like to take the version on my laptop and replace the remote repository on my github with that copy.
Any way I can do that through Android Studio on my laptop with the updated version?