I have a bash script running on ubuntu and on windows:
git add -A
git commit -a -m "auto l"
git pull -s recursive -X theirs
git push origin
In ubuntu the second to last line causes nano editor to pop up requesting naming or editing of MERGE_MSG. Windows no such problem. EDIT WINDOWS TOO Rerunning the script 2 more times solves problem but that seems sloppy. Exists another -m 'auto' I must add during pull or what?