summaryrefslogtreecommitdiff
path: root/git.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'git.zsh')
-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