mirror of
https://github.com/spirit-x64/dotfiles.git
synced 2025-01-19 05:31:45 +03:00
-+ rename git aliases
This commit is contained in:
parent
c615487f07
commit
98ee0c22c0
@ -33,8 +33,8 @@ alias shutdown='sudo /usr/bin/shutdown'
|
|||||||
|
|
||||||
# Git
|
# Git
|
||||||
alias gs='git status'
|
alias gs='git status'
|
||||||
alias gl='git log --graph --oneline --decorate'
|
alias glog='git log --graph --oneline --decorate'
|
||||||
alias gc='git commit -m'
|
alias commit='git commit -m'
|
||||||
alias add='git add'
|
alias add='git add'
|
||||||
alias pull='git pull --verbose'
|
alias pull='git pull --verbose'
|
||||||
alias push='git push --verbose'
|
alias push='git push --verbose'
|
||||||
|
Loading…
Reference in New Issue
Block a user