Added gl alias
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user