mirror of
https://github.com/flancian/garden.git
synced 2026-08-04 13:36:18 +00:00
alias
This commit is contained in:
Vendored
-26
@@ -1,26 +0,0 @@
|
||||
[
|
||||
{
|
||||
"key": "ctrl+shift+b",
|
||||
"command": "vscodeMarkdownNotesBacklinks.focus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+alt+[",
|
||||
"command": "workbench.action.navigateBack"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+alt+]",
|
||||
"command": "workbench.action.navigateForward"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+a",
|
||||
"command": "git.commitAll"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+alt+v",
|
||||
"command": "toggleVim"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+s",
|
||||
"command": "workbench.action.files.saveFiles"
|
||||
}
|
||||
]
|
||||
+4
-5
@@ -1,9 +1,8 @@
|
||||
# Git Alias
|
||||
|
||||
```
|
||||
$ git config --global alias.co checkout
|
||||
$ git config --global alias.br branch
|
||||
$ git config --global alias.ci commit
|
||||
$ git config --global alias.st status
|
||||
git config --global alias.co checkout
|
||||
git config --global alias.br branch
|
||||
git config --global alias.ci commit
|
||||
git config --global alias.F "reset --hard HEAD"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user