scm-notifier use git.exe directly to resolve the repo's address. But in Git Bash, a ssh path can be defined by this form:
vi ~/.ssh/config
host rdserver_bak
user git
hostname rdserver.itep.com.cn
port 22
identityfile ~/.ssh/wub
SmartGit supports this form, will scm-notifier support, too?
scm-notifier use git.exe directly to resolve the repo's address. But in Git Bash, a ssh path can be defined by this form:
vi ~/.ssh/config
host rdserver_bak
user git
hostname rdserver.itep.com.cn
port 22
identityfile ~/.ssh/wub
SmartGit supports this form, will scm-notifier support, too?