git pull says “You are not currently on a branch…”
Was working through some git error messages generated by pip installs of some Python code, and found that the issue was caused by this error: $ git pull You are not currently on a branch, so I cannot use any ‘branch.<branchname>.merge’ in your configuration file. Please specify which remote branch you want to use on [...]
Continue Reading →