From bd1af1d59207f447bb08db972e1c25c11ddcc3d6 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 8 Sep 2021 07:17:50 +0200 Subject: [PATCH] =?UTF-8?q?Git:=20removed=20http=20=E2=86=92=20https=20red?= =?UTF-8?q?irection,=20added=20git-trash=20alias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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