I have somewhat of a peculiar question (I think...). Bear with me if some of this doesnt make sense; I'm a git noob.
I have an already existing android project that is in its own folder, completely outside of a repo that I cloned. What I want to do is to just push the contents of this android project to my colleague's repo. I want the project to be part of a new branch on the repo. How do I go about doing this? Can I just open bash, go to my android project folder and add a remote to the repo and push to it? Or I guess I first need to make this project into a branch of the repo? If so, how would I make it a branch of the repo if I'm actually working outside of the local repo folder?
Confused yet? ;)
Maybe it makes most sense to just copy the entire project into the local repo folder then create a branch and push it?
I'd love some step-by-step instructions on how to do this most efficiently.
Much obliged.