robwierzbowski / grunt-build-control

Version control your built code.
MIT License
379 stars 36 forks source link

Human readable remote names #63

Open kevinawoo opened 9 years ago

kevinawoo commented 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.