diff options
Diffstat (limited to 'git/config')
-rw-r--r-- | git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git/config b/git/config index 62455ef..d71289b 100644 --- a/git/config +++ b/git/config | |||
@@ -43,6 +43,8 @@ | |||
43 | # Shortened commonalities | 43 | # Shortened commonalities |
44 | st = status -bs | 44 | st = status -bs |
45 | ac = !git add . && git commit -m | 45 | ac = !git add . && git commit -m |
46 | yeet = push | ||
47 | yoink = pull | ||
46 | 48 | ||
47 | # diffing | 49 | # diffing |
48 | [diff "lisp"] | 50 | [diff "lisp"] |