Closed vbatts closed 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.
git config gordon.origin "docker"
The --remote flag will still override this configuration.
--remote
Docker-DCO-1.1-Signed-off-by: Vincent Batts vbatts@hashbangbash.com (github: vbatts)
LGTM
Also this PR fixes a bug I found, where the filter would not use the remote provided, flag nor config.
LGTM times about infinity :heart:
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)