gitconfig: add pullen alias

same as pulln, I just feel like it should be there.
This commit is contained in:
Mikaela Suomalainen 2014-10-09 22:17:16 +03:00
parent 0401330526
commit 61e37982a3
2 changed files with 2 additions and 0 deletions

View File

@ -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]

View File

@ -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]