Skip to content
gsscoder edited this page Jan 17, 2013 · 28 revisions

From Version 1.9.4.91 you get the opportunity to define a syntax similar to git or other popular command line tools.

$ git commit -a
$ git push -u origin commit
$ git tag -a tagname -m 'Tag Description'

commit, push, and _tag are all verb commands. The options that follows are options ordinary, defined as specified in Mapping Properties To Options.