Android Studio has recently been upgraded to Android Studio 1.2.1.1 two times, and it's getting easier to use. As is a mainstream source management tool that allows developers to submit and manage code without leaving as.
Here's a demonstration of using Git to manage code in as.
Select the code you want to submit
Right-click->commit
Write a commit message
You can select commit and push to complete the commit action
confirm after push
View submission History and compare files
Summarize:
Git knows that at the command line some versions of historical information display is inconvenient, we need to use tools such as GITK to display graphical historical information, and file comparison requires third-party tools such as meld. So now with these graphical things in as, it's really easy to use.
Android Combat 32: Source Control in Android studio