Open kevinawoo opened 9 years ago
I need human readable remote names.
When a config has multiple remotes, it gets very confusing:
build-control: { options: { }, prod: { }, dev: { } }
Instead the git remote saying remote-23de it should say remote-prod-23de.
remote-23de
remote-prod-23de
I need human readable remote names.
When a config has multiple remotes, it gets very confusing:
Instead the git remote saying
remote-23de
it should sayremote-prod-23de
.