summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Van Doorn <vandoorn.nick@gmail.com>2021-08-17 10:50:58 -0700
committerNicholas Van Doorn <vandoorn.nick@gmail.com>2021-08-17 10:50:58 -0700
commit1089f0595449d2cfcada704e28d820aba352e352 (patch)
treeec59e89f11fabf373dffcddbf85d42b28400cdcb
parent52b5cd30d50b6daab77e3367f49582544aeebdc7 (diff)
Remove the git aliases I never use
pce
-rw-r--r--git.zsh6
1 files changed, 0 insertions, 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