mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
parent
00a3e46908
commit
87169fc0a8
@ -12,11 +12,9 @@
|
||||
cleandix = clean -dix
|
||||
# From http://progit.org/book/ch2-7.html
|
||||
last = cat-file commit HEAD
|
||||
# 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' -"
|
||||
verify = verify-commit HEAD
|
||||
|
||||
[core]
|
||||
|
@ -12,11 +12,9 @@
|
||||
cleandix = clean -dix
|
||||
# From http://progit.org/book/ch2-7.html
|
||||
last = cat-file commit HEAD
|
||||
# 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' -"
|
||||
verify = verify-commit HEAD
|
||||
|
||||
[core]
|
||||
|
Loading…
Reference in New Issue
Block a user