{"id":1818,"date":"2020-02-01T10:49:36","date_gmt":"2020-02-01T00:49:36","guid":{"rendered":"https:\/\/learntodroid.com\/?p=1818"},"modified":"2020-08-02T15:15:15","modified_gmt":"2020-08-02T05:15:15","slug":"how-to-use-git-and-github-in-android-studio","status":"publish","type":"post","link":"http:\/\/10.0.0.14:32769\/how-to-use-git-and-github-in-android-studio\/","title":{"rendered":"How to use Git and GitHub in Android Studio"},"content":{"rendered":"\n

Using a version control system (VCS) such as Git is useful for many different use cases during Android app development including enabling virtual teams of developers to work independently through branching and merging, reverting changes to code that have caused defects or performance degradation and facilitating code reviews via pull requests. <\/p>\n\n\n\n

Manually remembering the changes you have made to your code of your Android app over time is a difficult task and when you working with a team of developers it becomes outright impossible this is why many developers opt to use a VCS.<\/p>\n\n\n\n

Git stands out as the most popular, feature rich, open source, free to use tool for handling the tasks mentioned above as well as many others. GitHub provides a hosting solution for your Git repository and offers all the features of Git in addition to features to enhance collaboration between developers using the code repository.<\/p>\n\n\n\n

In this article I will take you through the how to use Git and GitHub for your Android app code base directly within the Android Studio IDE.<\/p>\n\n\n\n

Before we go into the tutorial I will share with you some more information about Git and GitHub.<\/p>\n\n\n\n

If you prefer to watch a video of this tutorial, I have embedded the tutorial I created and uploaded to YouTube for this post below.<\/p>\n\n\n\n

\n
https:\/\/www.youtube.com\/watch?v=ebqbIyicCFU<\/a>