0
我在git中定義了一些別名。我如何在Intellij Idea 13.1中使用它?Intellij Idea git別名
例如:
文件:共同配置
[alias]
new-my-branch = !sh -c 'DATE=$(date +%Y%m%d) && BRANCH_NAME=\"my_super_branch/\"$0\"_\"$DATE && echo $BRANCH_NAME && git checkout -b $BRANCH_NAME && git push-upstream'