diff --git a/User/settings.json b/User/settings.json index 6be3abf..1ef7d76 100644 --- a/User/settings.json +++ b/User/settings.json @@ -76,8 +76,46 @@ }, "runTerminalCommand.commands": [ { + "auto": true, "command": "dotnet build --runtime win-x64", - "name": ".net Build Win-x64" + "group": ".NET Core", + "name": ".net Core - Build Win-x64" + }, + { + "auto": true, + "command": "git branch -vv", + "group": "Git", + "name": "Git - Current Branch and Remote" + }, + { + "auto": true, + "command": "git diff --name-only", + "group": "Git", + "name": "Git - Diff" + }, + { + "auto": true, + "command": "git diff HEAD --name-only", + "group": "Git", + "name": "Git - Diff (HEAD)" + }, + { + "auto": true, + "command": "git diff --staged --name-only", + "group": "Git", + "name": "Git - Staged" + }, + { + "auto": false, + "command": "git clone git@192.168.0.73:/srv/git/{clipboard}.git", + "group": "Git", + "name": "Git - Clone (Clipboard)" + }, + { + "auto": true, + "command": "\"C:\\Program Files\\PuTTY\\putty.exe\" -ssh unity4@192.168.0.73 -pw 4hink", + "group": "Putty", + "name": "Putty - Unity4" } ], "mssql.connections": [