Reputation: 2285
I use Github in Android Studio 3.3.1. I know I can open Version Control using Alt+9.
And Git command and result will be displayed in Console of Version Control. Can I input Git command and run it directly in Android Studio IDE ?
Upvotes: 15
Views: 17715
Reputation: 51
or, for windows 10 on the File->Setting->Terminal->Shell path change the cmd.exe to powershell.exe. You will get git and also more linux commands plus some cool colors etc.
Upvotes: 5
Reputation: 1387
From your Android studio ->
Go to -
File->Settings->Tools->Terminal Make your settings there.
Hope you will be able to find out the Terminal.
Upvotes: 14
Reputation: 494
Yes sure. About android studio on Windows you can change default command line to "bash" First install git bash then Setting in android studio to run terminal from bash
close your current terminal and open new one in android so you will see new terminal with can use git command.
Upvotes: 27