From 56dcd30ee17f090018dd576accdaa523fa20217d Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Thu, 30 Oct 2025 20:31:57 +0000 Subject: [PATCH] Added gl alias --- linux_aliases.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/linux_aliases.md b/linux_aliases.md index ca24103..41a1561 100644 --- a/linux_aliases.md +++ b/linux_aliases.md @@ -5,5 +5,8 @@ alias dps='docker ps --format "table {{.Names}}\t{{.Image}}\t{{.RunningFor}}\t{{.Status}}"' ## Git ### Quick Git Status -#### such command HAS to have a short version... -alias gs='git status' \ No newline at end of file +#### Such command HAS to have a short version... +alias gs='git status' +### Quick Git Log (--oneline) +#### When needing to get the hash of a certain commit or just check where your HEAD/remote repo is - also worth having a short version... +alias gl='git log --online' \ No newline at end of file