mirror of
https://github.com/git/git
synced 2024-10-31 01:43:41 +00:00
15 lines
231 B
Text
15 lines
231 B
Text
|
echo "<<<<<<< ours" &&
|
||
|
echo ourside &&
|
||
|
echo "=======" &&
|
||
|
echo theirside &&
|
||
|
echo ">>>>>>> theirs" &&
|
||
|
|
||
|
(
|
||
|
echo "<<<<<<< ours" &&
|
||
|
echo ourside &&
|
||
|
echo "=======" &&
|
||
|
echo theirside &&
|
||
|
echo ">>>>>>> theirs" ?!AMP?!
|
||
|
poodle
|
||
|
) >merged
|