This would work the same way it did back in Komodo 9; you create a “Toolbar” in your toolbox and place a command or userscript under there which will then show up as a button on your toolbar. Note you may have this toolbar hidden, check by right clicking your toolbar and hitting “Customize”.
@nathanr, the SCC toolbar buttons weren’t custom toolbar buttons. It looks like they got removed (or just moved to the dynamic button) in the upgrade from Komodo 9 to Komodo X.
Having said that, @stramin, if you want a toolbar button you’ll have to do @nathanr suggestion of creating a custom button and adding it to your toolbar. But that would be essentially same as using the SCC dynamic button that you already found.
Unfortunately there are a few things wrong here.
First, you’ve added the Description of the command to the field. Not the command name. The command is actually called cmd_SCCpush.
Second, the “command” tool is meant for things that would run in the command line, not internal Komodo commands.
If you want to use a Komodo command you need to create a Userscript and add the following code: ko.commands.doCommandAsync("cmd_SCCpush");
If you want to use a Toolbox command you would use the regular git command: git push