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]