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