Post #2092651
2026-05-05 20:27 UTC
using git remote aliases is the best thing ever
just throw
[url "git@example.com:"]
insteadOf = "example:"
in your gitconfig. its faster to type, and if you need to update your remote url just edit your config file and it reflects across all your repos (git doesn't resolve the alias when you set it, only when reading it).
Replies (0)
No replies.