From 394156600f94b51376b04454a0674141b0524522 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 7 Jul 2012 00:57:23 -0400 Subject: Add gfrop command --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index b7cda465..c4b6e7de 100644 --- a/.zshrc +++ b/.zshrc @@ -143,6 +143,12 @@ alias irb='ripl' alias l='ls' alias t='task' +function gfrop { +git fetch +git rebase origin/master +git push origin master +} + setopt PROMPT_SUBST function prompt_task { -- cgit 1.4.1