Android studio does come with a git client but I kind of don't like the idea of providing and storing the email ID and password in an IDE, I'd rather perform stuffs via the terminal, but, the android studio is structured like this:
But, say I saved the (above) android studio project in the ~/Desktop/torlent folder, then wouldn't I have to git init in that same folder? But that folder wouldn't contain these External Libraries or the Scratches and Consoles directories(I suppose they are necessary for proper functioning of the app, although I have no idea) which should perhaps be committed/pushed?
So, what is the proper way to setup git for an android studio project via a terminal?
