From 71e05a5d22b1af62af9cc65f1b6ef9234ff57baf Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 26 Oct 2017 13:17:45 +0530 Subject: [PATCH] git :frog: --- files/git/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/files/git/.gitconfig b/files/git/.gitconfig index 039c691..bac3789 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -20,6 +20,7 @@ co = checkout ci = commit from = "! git fetch origin; git rebase origin/master" + frogh = "! git fetch origin; git rebase origin/gh-pages" frum = "! git fetch upstream; git rebase upstream/master" [rerere]