Uh oh!
There was an error while loading. Please reload this page.
Provide user override option on command line - #971
Conversation
Globegitter
commented
Mar 3, 2015
@aanand Any chance of getting this merged in? |
so0k
commented
Mar 4, 2015
I'm looking for this feature at the moment as well |
aanand
commented
Mar 4, 2015
Needs rebasing - will check again after that. |
Globegitter
commented
Mar 4, 2015
@IanVS can you rebase? |
IanVS
commented
Mar 4, 2015
I made some newbie git mistakes here, so I'm going to have to nuke this PR and make a new one. Should have a chance tonight. |
md5
commented
Mar 4, 2015
via email
Nuking a PR for this reason is itself a newbie git mistake :)
Use the force (push), Luke! |
IanVS
commented
Mar 4, 2015
@md5 I am doubly a newbie, then. I did my changes on master in my repo. I've not done a rebase before, but from what I can tell I need to have the changes in a feature branch. If you can explain what I should do or send me to a good resource so I can learn it, I'd really appreciate it. |
md5
commented
Mar 4, 2015
The Github docs on rebasing are pretty good: https://help.github.com/articles/using-git-rebase/ Using a feature branch would have been nice, but changing branch names would require a new PR, which isn't necessary or useful in this case. The branch names you use in your repo only affect you, since nobody else is using it directly I'd assume. I think the following should work. I'm assuming you haven't yet added Then, once the PR is done, you'll want to reset your You can leave out the |
IanVS
commented
Mar 4, 2015
@md5 Thanks for taking the time to write out step-by-step instructions as well as the awesome tips (which I will definitely be using). That's just what I needed. I can feel my git-muscles strengthening already. |
md5
commented
Mar 4, 2015
💪😣 |
IanVS
commented
Mar 4, 2015
IanVS
commented
Mar 11, 2015
@aanand Build / Tests are passing and this is fully rebased, anything else I need to do? |
bfirsh
commented
Mar 11, 2015
dnephin
commented
Mar 11, 2015
LGTM |
Provide user override option on command line
Provide user override option on command line Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
Allow overriding a user on the command line from the one specified in
the docker-compose.yml
Based on commit f2f01e2 by @chmouel
See: #737
Signed-off-by: Ian VanSchooten ian@badgelabsllc.com