General usage of Smart Push

 Default regular expressions is as follows:

.*pull-request (?<TOBRANCH>\\S+).*


  That means, that if you push a commit to your repository with message like this:

 [FEATURE SAMPLE] Sample featureTo be reviewed in pull-request master 


 Then a pull request will be created automatically in Stash for you: