From 43f1c1115d4bf42ce69852a9514dc351264524fd Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 16 Nov 2018 18:40:29 +0300 Subject: [PATCH] .gitconfig: Add alias `stashes` --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 11205f9..8c2f040 100644 --- a/.gitconfig +++ b/.gitconfig @@ -136,6 +136,8 @@ unassume-all = "!git assumed | xargs git update-index --no-assume-unchanged" assumed = !"git ls-files -v | grep ^h | cut -c 3-" + stashes = stash list + branches = branch --all ca = commit --all cv = commit --verbose -- 2.39.2