1

I'm starting to use AndroidStudio and the BitBucked plugin.

The all concept off Git is new to me and I've already stumbled in a problem.

I've committed the changes using VCS -> Commit changes but when I got to the Push part, I've made something (probably hited the cancel button) and the Push wasn't made.

How can I push that uncommitted changes? I've searched all over the available options and can't see to figure it out.

If I go to VCS -> Git -> Show History I can see the commit and the affected files but can't figure how to push them to the BitBucket site. enter image description here

Favolas
  • 6,963
  • 29
  • 75
  • 127

1 Answers1

1

Used GIT Gui to Amend Last Commit and that lead me to a Detached HEAD` situation.

Solved my situation with this instructions.

Community
  • 1
  • 1
Favolas
  • 6,963
  • 29
  • 75
  • 127