Compare commits

..

2 commits

2 changed files with 7 additions and 6 deletions

View file

@ -127,10 +127,10 @@ mkd () {
# Short-hands for various git functions
gitf () {
case "$1" in
# Stage all changes and fall through to WIP commit
"aw")
git add .
gitf w
# Stage and list changes to be committed
"a")
git add $2
gitf
;;
# Checkout [and create] a git branch (defaults to "master")

View file

@ -19,5 +19,6 @@
"terminal.integrated.cursorStyleInactive": "none",
"debug.internalConsoleOptions": "neverOpen",
"files.trimTrailingWhitespace": true,
"window.customMenuBarAltFocus": false
"window.customMenuBarAltFocus": false,
"diffEditor.ignoreTrimWhitespace": false
}