chore: gst alias changed to gs for git status

This commit is contained in:
hesam-init 2024-03-30 20:35:49 +03:30
parent 86403ecf2d
commit 5a1dcf79a5

View file

@ -1,5 +1,5 @@
alias lg="lazygit" alias lg="lazygit"
alias gst="git status" alias gs="git status"
alias gb="git branch" alias gb="git branch"
alias gc="git checkout" alias gc="git checkout"
alias gl="git log --oneline --decorate --color" alias gl="git log --oneline --decorate --color"