Tuhin Subhra
Tuhin Subhra

Reputation: 356

Push Commit origin:master with git (android studio)

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.SCREENSHOT

Upvotes: 1

Views: 5130

Answers (1)

Ravi  Prakash Yadav
Ravi Prakash Yadav

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

Related Questions