git
8.65 KB
-
Help git module work when working in 'no branch' scenario · 769bd912
Detect when on a 'no branch' branch. If so, checkout the HEAD branch as reported by 'git remote show <remote>'. That should put the repo back on a branch such that git can then merge changes as necessary. In addition, removed hard-coded references to origin and replaced with remote var.
Stephen Fromm committed