commit | ff0c8424c87f1d702d98cdb593e6b701c7e61b15 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 25 15:49:31 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 25 15:49:31 2019 +0100 |
tree | 57d2c2087da312e56874aaba2d006981912411ca | |
parent | f3ce0418aaff9bb6291a94557421e79dd5f4abd3 [diff] |
SCRIPTS: create-release: show the correct origin name in suggested commands create-release shows the next steps at the end and suggest to use "git push origin master" but on my machine it's not "origin" so let's determine it using git config and only use origin as a fall back.