Skip to content

Instantly share code, notes, and snippets.

@rezkam
Last active June 1, 2022 07:09
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rezkam/7ef09c1446e3f29ae1f4 to your computer and use it in GitHub Desktop.
Save rezkam/7ef09c1446e3f29ae1f4 to your computer and use it in GitHub Desktop.
New git alias set of ITMARD
#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 '
@rezkam
Copy link
Author

rezkam commented Jan 29, 2021

@kianenigma girha :)))

@rezkam
Copy link
Author

rezkam commented Nov 22, 2021

Updated to include @kianenigma changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment