From 263b99f37596d78b36cf849f30263bb320acca5f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 5 May 2019 15:42:51 +0300
Subject: [PATCH] Fix typo.

---
 .config/git/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/git/config b/.config/git/config
index 9d6558d..2d54b43 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -25,7 +25,7 @@
     shove = push --force-with-lease
     squash = !cd "${GIT_PREFIX:-$PWD}" && git commit --squash $(git last-commit)
     staash = stash push --all
-    staassh = stash push --all --include-untracked
+    staaash = stash push --all --include-untracked
     stat = status --short --branch
     tag-version = !git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)"
     tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream}
-- 
GitLab