vscode左下角有个很方便的选择分支的功能,但是需要用鼠标手动去点击, 下面给出一种可以直接使用键盘操作的方式
file - preferences - keyboard shortcuts - keybindings.json:
{ "key": "shift+cmd+c", "command": "git.checkout" }
vscode左下角有个很方便的选择分支的功能,但是需要用鼠标手动去点击, 下面给出一种可以直接使用键盘操作的方式
file - preferences - keyboard shortcuts - keybindings.json:
{ "key": "shift+cmd+c", "command": "git.checkout" }
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。