android - git add image is not pushed to server -


i changed drawable png file after edited gimp , added android studio in res folder. on emulator can see changed. , can see on bitbucket not changed although send these commands

git add -a #i tried git add -u , git add .

git commit -m "new button"

git push -u origin master

my git status says updated. understand way git works not detect changed file. remember did in few months ago without using rm cannot remember command used

try --refresh , --force flags.

from git manual:

--refresh
don’t add file(s), refresh stat() information in index.

-f, --force
allow adding otherwise ignored files.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -