Created
May 11, 2026 19:46
-
-
Save tbhaxor/97eccb6696bf5779cdbc7b133d08f089 to your computer and use it in GitHub Desktop.
Some of my useful git aliases for omz
This file contains hidden or 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
| 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