Compare commits
2 Commits
fe799c3fc4
...
9b59aeec09
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b59aeec09 | |||
| 56dcd30ee1 |
@@ -9,9 +9,10 @@
|
|||||||
{
|
{
|
||||||
// Move to parent directory in terminal
|
// Move to parent directory in terminal
|
||||||
"key": "alt+up",
|
"key": "alt+up",
|
||||||
"command": "workbench.action.terminal.sendSequence",
|
"command": "workbench.action.terminal.sendSequence",
|
||||||
"args": {
|
"args": {
|
||||||
"text": "cd ..\u000D"
|
"text": "cd ..\u000D"
|
||||||
}
|
},
|
||||||
|
"when": "terminalFocus"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -5,5 +5,8 @@
|
|||||||
alias dps='docker ps --format "table {{.Names}}\t{{.Image}}\t{{.RunningFor}}\t{{.Status}}"'
|
alias dps='docker ps --format "table {{.Names}}\t{{.Image}}\t{{.RunningFor}}\t{{.Status}}"'
|
||||||
## Git
|
## Git
|
||||||
### Quick Git Status
|
### Quick Git Status
|
||||||
#### such command HAS to have a short version...
|
#### Such command HAS to have a short version...
|
||||||
alias gs='git status'
|
alias gs='git status'
|
||||||
|
### Quick Git Log (--oneline)
|
||||||
|
#### When needing to get the hash of a certain commit or just check where your HEAD/remote repo is - also worth having a short version...
|
||||||
|
alias gl='git log --online'
|
||||||
Reference in New Issue
Block a user