From 61e37982a38bf24574c69ec7f15bd32510859ef8 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 9 Oct 2014 22:17:16 +0300 Subject: [PATCH] gitconfig: add pullen alias same as pulln, I just feel like it should be there. --- .gitconfig.MIKAELA_GREP | 1 + gitconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitconfig.MIKAELA_GREP b/.gitconfig.MIKAELA_GREP index bc2b6a2d..71a4aa72 100644 --- a/.gitconfig.MIKAELA_GREP +++ b/.gitconfig.MIKAELA_GREP @@ -10,6 +10,7 @@ # From https://github.com/blog/985-git-io-github-url-shortener#comment-15121 mergen = merge --no-ff pulln = pull --no-ff + pullen = pull --no-ff shorten = "!sh -c 'curl -i http://git.io -F url=$1' -" [core] diff --git a/gitconfig b/gitconfig index 5133cbb4..1a1f9064 100644 --- a/gitconfig +++ b/gitconfig @@ -10,6 +10,7 @@ # From https://github.com/blog/985-git-io-github-url-shortener#comment-15121 mergen = merge --no-ff pulln = pull --no-ff + pullen = pull --no-ff shorten = "!sh -c 'curl -i http://git.io -F url=$1' -" [core]