mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-13 13:56:00 +01:00
Compare commits
2 commits
f8a9d8ca29
...
2fa3e8475d
| Author | SHA1 | Date | |
|---|---|---|---|
| 2fa3e8475d | |||
| ec119ae599 |
2 changed files with 7 additions and 6 deletions
|
|
@ -127,10 +127,10 @@ mkd () {
|
||||||
# Short-hands for various git functions
|
# Short-hands for various git functions
|
||||||
gitf () {
|
gitf () {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
# Stage all changes and fall through to WIP commit
|
# Stage and list changes to be committed
|
||||||
"aw")
|
"a")
|
||||||
git add .
|
git add $2
|
||||||
gitf w
|
gitf
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# Checkout [and create] a git branch (defaults to "master")
|
# Checkout [and create] a git branch (defaults to "master")
|
||||||
|
|
|
||||||
|
|
@ -19,5 +19,6 @@
|
||||||
"terminal.integrated.cursorStyleInactive": "none",
|
"terminal.integrated.cursorStyleInactive": "none",
|
||||||
"debug.internalConsoleOptions": "neverOpen",
|
"debug.internalConsoleOptions": "neverOpen",
|
||||||
"files.trimTrailingWhitespace": true,
|
"files.trimTrailingWhitespace": true,
|
||||||
"window.customMenuBarAltFocus": false
|
"window.customMenuBarAltFocus": false,
|
||||||
|
"diffEditor.ignoreTrimWhitespace": false
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue