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
|
cleandix = clean -dix
|
||||||
# From http://progit.org/book/ch2-7.html
|
# From http://progit.org/book/ch2-7.html
|
||||||
last = cat-file commit HEAD
|
last = cat-file commit HEAD
|
||||||
# From https://github.com/blog/985-git-io-github-url-shortener#comment-15121
|
|
||||||
mergen = merge --no-ff
|
mergen = merge --no-ff
|
||||||
pulln = pull --no-ff
|
pulln = pull --no-ff
|
||||||
pullen = pull --no-ff
|
pullen = pull --no-ff
|
||||||
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
|
||||||
verify = verify-commit HEAD
|
verify = verify-commit HEAD
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
|
@ -12,11 +12,9 @@
|
|||||||
cleandix = clean -dix
|
cleandix = clean -dix
|
||||||
# From http://progit.org/book/ch2-7.html
|
# From http://progit.org/book/ch2-7.html
|
||||||
last = cat-file commit HEAD
|
last = cat-file commit HEAD
|
||||||
# From https://github.com/blog/985-git-io-github-url-shortener#comment-15121
|
|
||||||
mergen = merge --no-ff
|
mergen = merge --no-ff
|
||||||
pulln = pull --no-ff
|
pulln = pull --no-ff
|
||||||
pullen = pull --no-ff
|
pullen = pull --no-ff
|
||||||
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
|
||||||
verify = verify-commit HEAD
|
verify = verify-commit HEAD
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
|
Loading…
Reference in New Issue
Block a user