Reputation: 356
I've inserted an image in drawable and tried to push. Got a IDE error. Tried to push again and I got this next time when I'm trying to push.
Can you please help? I'm new to VCS.
Upvotes: 1
Views: 5130
Reputation: 390
better try in your studio terminal
1- git add .
2- git commit -m "your message here"
3- git push origin master
done.
check git status
Upvotes: 2