Added gl alias

This commit is contained in:
2025-10-30 20:31:57 +00:00
parent fe799c3fc4
commit 56dcd30ee1

View File

@@ -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'
#### 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'