Git: removed http → https redirection, added git-trash alias
This commit is contained in:
parent
5ee7f1a392
commit
bd1af1d592
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,6 @@
|
||||||
rebase = true
|
rebase = true
|
||||||
[rebase]
|
[rebase]
|
||||||
autosquash = true
|
autosquash = true
|
||||||
[url "https://"]
|
|
||||||
insteadof = http://
|
|
||||||
[tig]
|
[tig]
|
||||||
blob-view = line-number:yes,interval=5 text
|
blob-view = line-number:yes,interval=5 text
|
||||||
diff-highlight = /usr/local/bin/diff-highlight
|
diff-highlight = /usr/local/bin/diff-highlight
|
||||||
|
@ -51,3 +49,5 @@
|
||||||
rmdir = true
|
rmdir = true
|
||||||
useLogAuthor = true
|
useLogAuthor = true
|
||||||
addAuthorFrom = true
|
addAuthorFrom = true
|
||||||
|
[alias]
|
||||||
|
trash = !git ls-files --others --directory --exclude-standard | xargs trash-put -v
|
||||||
|
|
Loading…
Reference in a new issue