IDEA 2016.2 Git push: Version Control Log not updated with new origin/master
Answered
Hi,
I believe this is a bug introduced in 2016.2 (didn't exist in 2016.1.3)
Have some local commits, the Version Control Log pane shows HEAD/master and origin/aster are separated. Do a Git Push (Ctrl -Shift - K). The Log pane is not updated. Exit IDEA and restart, Log pane now shows "HEAD master origin/master" aligned on the top.
Please sign in to leave a comment.
Actually I was not able to reproduce this.
Please submit a request at
https://youtrack.jetbrains.com/issues/IDEA
and attach IDEA.log
https://intellij-support.jetbrains.com/hc/en-us/articles/207241085
If this happens again, I will submit the request. I forgot to mention that my local commits which are ahead of origin/master were committed with 2016.1.3, then I upgraded to 2016.2. Continued to work, made some commits and finally pushed to remote using 2016.2. Not sure if IDEA version has any influence on the Git local commits.
Also my dev env. is Linux (Xubuntu 14.04 & Git binaries are up to date).
Hi,
Retested today, issue has disappeared. This time all local commits were made under IDEA 2016.2. May be this was the reason there were no issue.