I can not switch to a branch in Android Studio. I try to make commit and push (+ pull done) through VCS, it gives something like this:
Or if, when going under the studio in VCS -> Git -> Branches, I try to switch to the Vadim branch, there is no checkout command, although it should be in theory.
git status shows the following
Sashas-iMac:999_app_android vadim$ git status On branch master Untracked files: (use "git add <file>..." to include in what will be committed) .DS_Store .gradle/ .idea/ 999.iml 999_app_android.iml _999/.DS_Store _999/gradle/.DS_Store _999/libs/.DS_Store _999/src/.DS_Store _999/src/main/.DS_Store _999/src/main/java/.DS_Store _999/src/main/java/md/.DS_Store _999/src/main/java/md/simpals/.DS_Store _999/src/main/java/md/simpals/md999/.DS_Store _999/src/main/java/md/simpals/md999/activities/.DS_Store _999/src/main/java/md/simpals/md999/adapter/.DS_Store _999/src/main/java/md/simpals/md999/adapter/formAddAds/.DS_Store _999/src/main/java/md/simpals/md999/fragments/.DS_Store _999/src/main/java/md/simpals/md999/rest/.DS_Store _999/src/main/java/md/simpals/md999/views/.DS_Store _999/src/main/res/.DS_Store _999/src/main/res/drawable-hdpi/.DS_Store _999/src/main/res/drawable-mdpi/.DS_Store _999/src/main/res/drawable-xhdpi/.DS_Store _999/src/main/res/drawable-xxhdpi/.DS_Store _999/src/main/res/drawable-xxxhdpi/.DS_Store _999/src/main/res/drawable/.DS_Store _999/src/main/res/layout-large/.DS_Store _999/src/main/res/layout/.DS_Store _999/src/main/res/values-ro/.DS_Store _999/src/main/res/values/.DS_Store build.gradle build/ gradle/ gradlew gradlew.bat local.properties settings.gradle nothing added to commit but untracked files present (use "git add" to track) Note: This project installed from the archive.


git statussay? - Sanek Zhitnik