From 01a128b435daca5e7fa0f018bb69c57edf398519 Mon Sep 17 00:00:00 2001 From: Olexandr Smirnov Date: Sun, 3 Aug 2025 17:55:30 +0300 Subject: [PATCH] git: add alias to list remotes --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 67dc0dc..4c6ddaa 100644 --- a/gitconfig +++ b/gitconfig @@ -22,6 +22,7 @@ [alias] pushf = push --force-with-lease + remotes = remote -v l = log --oneline --decorate --graph --all st = status -sb sw = switch