

then I think there is room for improvement with your local change management.ĭon't get me wrong, I am also guilty of all the things above. just because you have solved them in one breath pushed not-yet-finished work or completely reverted just to merge a different branch.committed a half-finished solution to Git just to have a safe-state to return to when making changes.

Not surprisingly, Android Studio (and IntelliJ IDEA under the hood) has excellent integration with Git, however this time we are going to focus on a different kind of version control, the version control of your local changes.īut wait a minute, the local repo is a full-fledged Git repository, so why we need to talk about local changes? Being the de facto standard of VCSs, Git is used everywhere across technologies. Modern software development relies on Version Control Systems, as many developers manage their codebase and track changes with them.
