From 1089f0595449d2cfcada704e28d820aba352e352 Mon Sep 17 00:00:00 2001 From: Nicholas Van Doorn Date: Tue, 17 Aug 2021 10:50:58 -0700 Subject: Remove the git aliases I never use pce --- git.zsh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/git.zsh b/git.zsh index 58aa1a4..0641751 100644 --- a/git.zsh +++ b/git.zsh @@ -11,7 +11,6 @@ alias gpc='git commit -t $GIT_AUTHORS_FILE' alias gcm='gc -m' alias gpo='git push origin' alias gpu='git pull' -alias gpuo='git pull origin master' alias gp='git push' alias gr='git reset' alias grh='git reset --hard' @@ -25,9 +24,7 @@ alias poppy='stash pop' alias gcat='gc --amend' alias ok='grb --continue' alias live='gpo $(active_branch) --force-with-lease' -alias dirty_rebase='stash && grbi && poppy' alias gsch='gch $(g branch | fzy)' -alias pr='gd master HEAD' alias changelist='git diff-tree --no-commit-id --name-only -r' alias glog='v -c "Gclog -100"' alias scrubby='g clean -fd' @@ -45,9 +42,6 @@ function sblame () { v $(need) -c Gblame } -function quick_fix () { - stash && gch master && gnu $1 && poppy -} function active_branch () { git rev-parse --abbrev-ref HEAD -- cgit v1.2.3