diff --git a/.config/gitconfig b/.config/gitconfig index b3b68b7..fdbfc00 100644 --- a/.config/gitconfig +++ b/.config/gitconfig @@ -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