Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Committing all files from Android Studio to GitHub

I'm new to the GitHub, and trying to push my project to the GitHub from VCS of Android Studio. When I do this it commits and pushes only .java files and no other files like resources etc.

How can I push the rest of the files? Thanks.

like image 611
Artyom Okon Avatar asked Jan 04 '15 13:01

Artyom Okon


1 Answers

  1. Check .gitignore file. http://git-scm.com/docs/gitignore

  2. Right-click on directory of your project (in Android Studio) -> Git -> Add enter image description here

like image 191
John Smith Avatar answered Oct 19 '22 07:10

John Smith