How to easy commit Android Studio

旧时模样 提交于 2021-02-10 03:59:26

问题


ive recently started with android studio and im making easy programs, but i need to perform several commits during my code development

Ive already installed GIT, checked out if it connects properly with GIT server and my account (Everything ok)

I created a repository from VCS -> Import into version control -> Share project on Github (Everything ok)

But when i want to commit all my project (with all the subfolders) for the first time, i select the desired folder but when it commits and pushs, only two txt files appears on my github account ("RunConfigurations.xml" and "vcs.xml")

Ive always used Github Desktop for developing in C++, Java, Haskell, etc. But i cant use it here since i dont know how

Is there a quick and easy way to do commits in android studio, using GIT or Github desktop?

Thanks


回答1:


You can follow below 10 steps to Push your data,

Step1:

Step 2:

Step 3:

Step 4:

Orr

Step 4:

Step 5:

Step 6:

Step 7:

Step 8:

Step 9:

Step 10:



来源:https://stackoverflow.com/questions/52565212/how-to-easy-commit-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!