From fa51e731a477a6168c0790820f33c07035c99b85 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 19 Sep 2022 23:01:37 +0300 Subject: [PATCH] git hash --- ~/Git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/~/Git/.gitconfig b/~/Git/.gitconfig index 6171d24..2a17265 100644 --- a/~/Git/.gitconfig +++ b/~/Git/.gitconfig @@ -3,6 +3,8 @@ cm = commit br = branch st = status + h = rev-parse HEAD + hs = rev-parse --short HEAD [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f