Skip to content

Instantly share code, notes, and snippets.

@tbhaxor
Created May 11, 2026 19:46
Show Gist options
  • Select an option

  • Save tbhaxor/97eccb6696bf5779cdbc7b133d08f089 to your computer and use it in GitHub Desktop.

Select an option

Save tbhaxor/97eccb6696bf5779cdbc7b133d08f089 to your computer and use it in GitHub Desktop.
Some of my useful git aliases for omz
alias gpo='gp origin HEAD'
alias gpof='gpo --force'
alias gpot='gpo --delete'
alias gcamd='gc --amend'
alias gcaamd='gca --amend'
alias gcmamd='gc --amend'
alias gcamamd='gca --amend -m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment