-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathcommit.bat
13 lines (10 loc) · 997 Bytes
/
commit.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
"TortoiseProc.exe" /command:commit /path:"core\talent-aio-client\src" /closeonend:2
"TortoiseProc.exe" /command:commit /path:"core\talent-aio-codec\src" /closeonend:2
"TortoiseProc.exe" /command:commit /path:"core\talent-aio-common\src" /closeonend:2
"TortoiseProc.exe" /command:commit /path:"core\talent-aio-server\src" /closeonend:2
"TortoiseProc.exe" /command:commit /path:"example\helloworld\talent-aio-examples-helloworld-client\src" /closeonend:2
"TortoiseProc.exe" /command:commit /path:"example\helloworld\talent-aio-examples-helloworld-common\src" /closeonend:2
"TortoiseProc.exe" /command:commit /path:"example\helloworld\talent-aio-examples-helloworld-server\src" /closeonend:2
"TortoiseProc.exe" /command:commit /path:"example\im\talent-aio-examples-im-client\src" /closeonend:2
"TortoiseProc.exe" /command:commit /path:"example\im\talent-aio-examples-im-common\src" /closeonend:2
"TortoiseProc.exe" /command:commit /path:"example\im\talent-aio-examples-im-server\src" /closeonend:2