标签: windows shell
如何在Windows中使用命令别名? 示例:
alias git="docker run -ti --rm -v $(pwd):/git -v $HOME/.ssh:/root/.ssh alpine/git"