Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created May 11, 2022 11:35
Show Gist options
  • Save velotiotech/ac4239c8e970fa6727d29598d39b605b to your computer and use it in GitHub Desktop.
Save velotiotech/ac4239c8e970fa6727d29598d39b605b to your computer and use it in GitHub Desktop.
alias gs='git status'
alias ga='git add .'
alias gf='git fetch'
alias gr='git rebase'
alias gp='git push'
alias gd='git diff'
alias gc='git commit'
alias gh='git checkout'
alias gst='git stash'
alias gl='git log --oneline --graph'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment