在vscode中設定git push 使用快速鍵

vscode中,git push的快速鍵

至vscode中開啟 選取 "偏好設定" 中的 "鍵盤設定"





點選左上角的{}



加入

[
    {
        "key": "ctrl+alt+p",
        "command": "git.push"
    }
]


就可以用ctrl+alt+p來推送.

留言

這個網誌中的熱門文章

TeknoParrot 模擬器介紹,俗稱《鸚鵡模擬器》

[轉貼] ASP.NET傳遞參數給Crystal Report做Export或Print的動作

[轉貼] Server 端Post資料到 .ashx