From 609793bc5b869f4cfd5f87671d8129f4139e06da Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 4 Aug 2015 03:47:24 -0700 Subject: [PATCH] remove add gh remote alias --- dotfiles/gitconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index fa6e533e..ffd6742d 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -21,7 +21,6 @@ ffo = !git ffr origin ffr = "!ffr() { git fetch $1 && git ff $1/$(git which-branch) && git suir; }; ffr" file-exists = "!f() { git ls-files $1 --error-unmatch > /dev/null 2> /dev/null; }; f" - add-gh-remote = "! add_github_remote" icd = "!d() { git difftool --no-prompt --extcmd 'icdiff' $@ | $(git config --get core.pager); }; d" icdl = "!d() { git difftool --no-prompt --extcmd 'icdiff --line-numbers' $@ | $(git config --get core.pager); }; d" ignore = "!i() { printf \"\n$1\" >> "`git root`/.gitignore"; }; i"