git: add alias to list remotes

This commit is contained in:
Olexandr Smirnov 2025-08-03 17:55:30 +03:00
parent 2631b4accf
commit 01a128b435
No known key found for this signature in database

View file

@ -22,6 +22,7 @@
[alias]
pushf = push --force-with-lease
remotes = remote -v
l = log --oneline --decorate --graph --all
st = status -sb
sw = switch