From 4ed15a65faef3a43299d4d7e20f80129736ccdae Mon Sep 17 00:00:00 2001 From: Erin Date: Wed, 16 Nov 2022 21:51:10 -0500 Subject: [PATCH] git: More aliases for stashes and stuff --- git/.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index fd6cd27..2cef279 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -6,6 +6,10 @@ la = log --oneline --decorate --graph --all wmerge = merge --no-commit -Xignore-space-change lc = diff --numstat + pushup = push --set-upstream origin @ + s = stash save --include-untracked + sp = stash pop + sl = stash list [pull] rebase = true [init]