Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Orange exclamation mark on smartgit

Tags:

git

smartgit

I am not sure that I understand the orange exclamation mark on SmartGit as below, please could someone explain a little bit what does it mean?

enter image description here

like image 237
cuongle Avatar asked May 06 '15 15:05

cuongle


1 Answers

The orange exclamation point shows pending merge requests on the branch from your remote repository. If you hover over the orange exclamation point it will show "Pending merge requests: Bitbucket", or whatever remote repository you use such as GitHub. I tested this by merging or declining inbound merge requests. Once nothing was left pending, the exclamation point went away.

There is a general reference to this functionality in the release notes (you may need to scroll down to find your version):

Smartgit - Whats New

Specifically from there for Version 7:

BitBucket and Atlassian Stash

BitBucket and Atlassian Stash are now supported with pull requests and comments, similar to GitHub.

There is also all the new features and bug fixes in the changelog found here:

Smartgit Changelog

like image 70
Shawn Avatar answered Nov 02 '22 07:11

Shawn