Question

I created repo in JIRA and pushed all my android project file but I figured out that layout files didn't push I use EGit 3.3 with eclipse 4.2 also it doesn't show any indicator for file status

EDIT: all folders in res folder doesn't update in git repo and I don't know why

Was it helpful?

Solution

EGIT by Default doesn't track res folder and so will not push it to server Also if you try to add this folder to Index by mouse right click and from context menu to click Add to Index this will not work too The Solution That worked with me is to add it from command line (or terminal as i did) by run this command git add * when you in your git directory hope this will help someone

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top