我可以运行git shell并从cmd执行命令吗?

时间:2017-03-26 21:06:38

标签: batch-file cmd git-shell

我想写一个同时运行Unity,visual studio和git shell的bat脚本。我想制作git shell更改目录(它总是从默认的github' s存储库位置开始),但我无法确定如何。

到目前为止,我有类似的东西:

echo off

d:
cd D:\<path>\Visual Studio\Common7\IDE
start .\devenv.exe "C:\<path>\solution.sln"

cd D:\<path>\Unity\Editor
start .\Unity.exe -projectPath "C:\<path>\project directory"

c:
cd C:\Users\<username>\AppData\Local\GitHub\
start .\GitHub.appref-ms --open-shell //and now i need to execute "cd ../my project" on it

0 个答案:

没有答案