Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Arrows in branch window on smartgit

I'm a Smartgit user and I don't understand what the little right arrows in the "Branches" window mean. They point to branches, but only to some of them.

I attach a screenshot. The arrows I'm referring to are circled in red.

Thanks.

Screenshot of Smartgit UI:

Screenshot of Smartgit UI

like image 743
Francesco Formaggio Avatar asked Mar 06 '26 07:03

Francesco Formaggio


1 Answers

The filled-in triangle is your currently checked-out branch.

The empty triangles are local branches that have not yet been pushed to an upstream repository (eg: git push --set-upstream origin branch-name). They server as a nice little warning that some of your work is only available locally: use caution when deleting.

like image 76
nurikabe Avatar answered Mar 09 '26 00:03

nurikabe



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!