Git: removed http → https redirection, added git-trash alias

This commit is contained in:
Tobias Schmidl 2021-09-08 07:17:50 +02:00
parent 5ee7f1a392
commit bd1af1d592

View file

@ -34,8 +34,6 @@
rebase = true
[rebase]
autosquash = true
[url "https://"]
insteadof = http://
[tig]
blob-view = line-number:yes,interval=5 text
diff-highlight = /usr/local/bin/diff-highlight
@ -51,3 +49,5 @@
rmdir = true
useLogAuthor = true
addAuthorFrom = true
[alias]
trash = !git ls-files --others --directory --exclude-standard | xargs trash-put -v