“Add to VCS” disabled in Android Studio

前端 未结 5 832
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-19 12:15

I have been using Intellij IDEA w/git integration for Android dev for sometime. I have recently upgraded to Android Studio (v0.1.1) and now one of my favorite shortcuts Ctrl

5条回答
  •  佛祖请我去吃肉
    2021-01-19 13:06

    Add File to git means, that this file doesn´t exist before in git and is newly created ... if you change a file use commit ;)

提交回复
热议问题