Last active
June 1, 2022 07:09
-
-
Save rezkam/7ef09c1446e3f29ae1f4 to your computer and use it in GitHub Desktop.
New git alias set of ITMARD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#itmard git alias v0.4 | |
alias gis='git status' | |
alias gil='git log' | |
alias gull='git pull origin ' | |
alias gica='git commit -a -m ' | |
alias gush='git push origin ' | |
alias granch='git branch ' | |
alias gich='git checkout ' | |
alias gif='git diff' | |
alias gifa='git fetch --all' | |
alias giaa='git add --all' | |
alias gia='git add .' | |
alias girha='git reset --hard' | |
alias glon='git clone' | |
alias gisch='git switch -C ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More suggestions:
https://github.com/kianenigma/.zshrc/blob/aed81f90ab7c7487f342119d2fdf1e40448908f0/.zshrc#L20-L42