docker / gordon

Cli application to manage github pull requests
MIT License
176 stars 33 forks source link

default git remote, stored in git config #147

Closed vbatts closed 10 years ago

vbatts commented 10 years ago

store it with git config gordon.origin "docker" or whatever your upstream is named. If this value is not configured, then "origin" is the default.

The --remote flag will still override this configuration.

Docker-DCO-1.1-Signed-off-by: Vincent Batts vbatts@hashbangbash.com (github: vbatts)

erikh commented 10 years ago

LGTM

vbatts commented 10 years ago

Also this PR fixes a bug I found, where the filter would not use the remote provided, flag nor config.

tianon commented 10 years ago

LGTM times about infinity :heart: