From 7881471854a882bb12dd4a260a8e3003d4b70fc7 Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Fri, 1 Jul 2022 15:35:50 +0200 Subject: [PATCH] Git switch alias. --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 89b5297..77a7a28 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,6 +6,7 @@ fo = fetch origin lo = log --name-status st = status -sb stat = !git --no-pager diff --stat +sw = switch [pull] rebase = true