mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 06:29:36 +01:00
gitconfig: fix retab.
This commit is contained in:
parent
a755bed581
commit
3c98c62380
@ -1,23 +1,23 @@
|
|||||||
[alias]
|
[alias]
|
||||||
# From https://github.com/blog/985-git-io-github-url-shortener#comment-15121
|
# From https://github.com/blog/985-git-io-github-url-shortener#comment-15121
|
||||||
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
||||||
# 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
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
[color]
|
[color]
|
||||||
# From git manpage and http://book.git-scm.com/5_customizing_git.html
|
# From git manpage and http://book.git-scm.com/5_customizing_git.html
|
||||||
branch = true
|
branch = true
|
||||||
diff = true
|
diff = true
|
||||||
grep = true
|
grep = true
|
||||||
interactive = true
|
interactive = true
|
||||||
pager = true
|
pager = true
|
||||||
showbranch = true
|
showbranch = true
|
||||||
status = true
|
status = true
|
||||||
ui = true
|
ui = true
|
||||||
[user]
|
[user]
|
||||||
name = Mikaela Suomalainen
|
name = Mikaela Suomalainen
|
||||||
email = mikaela.suomalainen@outlook.com
|
email = mikaela.suomalainen@outlook.com
|
||||||
signingkey = 0xDAA6CA08F2E96AC7
|
signingkey = 0xDAA6CA08F2E96AC7
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
36
gitconfig
36
gitconfig
@ -1,23 +1,23 @@
|
|||||||
[alias]
|
[alias]
|
||||||
# From https://github.com/blog/985-git-io-github-url-shortener#comment-15121
|
# From https://github.com/blog/985-git-io-github-url-shortener#comment-15121
|
||||||
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
||||||
# 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
|
||||||
[core]
|
[core]
|
||||||
#editor = vim
|
#editor = vim
|
||||||
[color]
|
[color]
|
||||||
# From git manpage and http://book.git-scm.com/5_customizing_git.html
|
# From git manpage and http://book.git-scm.com/5_customizing_git.html
|
||||||
branch = true
|
branch = true
|
||||||
diff = true
|
diff = true
|
||||||
grep = true
|
grep = true
|
||||||
interactive = true
|
interactive = true
|
||||||
pager = true
|
pager = true
|
||||||
showbranch = true
|
showbranch = true
|
||||||
status = true
|
status = true
|
||||||
ui = true
|
ui = true
|
||||||
[user]
|
[user]
|
||||||
#name = Mikaela Suomalainen
|
#name = Mikaela Suomalainen
|
||||||
#email = mikaela.suomalainen@outlook.com
|
#email = mikaela.suomalainen@outlook.com
|
||||||
#signingkey = 0xDAA6CA08F2E96AC7
|
#signingkey = 0xDAA6CA08F2E96AC7
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
Loading…
Reference in New Issue
Block a user