Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jglick
Copy link
Member

@jglick jglick commented Mar 20, 2020

eaa297f (in #273) was a bad merge, reverting critical parts of #269, including the ability to actually enter a secret key for an app.

I would urge anyone who ever resolves a Git merge conflict to use

[merge]
	conflictstyle = diff3

(why is this not the default?!) or otherwise use a three-way merge tool, and of course check twice.

@jglick jglick requested review from bitwiseman and timja March 20, 2020 17:37
@jglick
Copy link
Member Author

jglick commented Mar 20, 2020

Tip: to verify a merge,

MERGE=eaa297fba49998beca537ad00baf124895f7998a
git checkout $MERGE^1
git merge $MERGE^2
# resolve carefully
git diff $MERGE
# any significant diff? problem

@bitwiseman bitwiseman merged commit 2b56aaa into jenkinsci:master Mar 24, 2020
@bitwiseman
Copy link
Contributor

Thanks, Jesse!

@jglick jglick deleted the bad-merge branch March 24, 2020 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants