我在 git 中定义了几个别名。我如何在 Intellij Idea 13.1 中使用它?
例如:
文件:通用配置
[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'
Run Code Online (Sandbox Code Playgroud)