2.140.92
object 62713f7e66818d0121655795a840ec4c907a6225
authorChris Koeritz <fred@gruntose.com>
Fri, 10 Nov 2017 22:50:08 +0000 (17:50 -0500)
nice support for git branches

getem and rgetem are mostly the same, and will just pull from the origin of the repository.
rfluffer is a new script that does a careful git update of the repo and all remotes in order to ensure there everything is synchronized.  if there are serious merge conflicts, this will fail, but that's a place to inject some human intervention anyhow.
rcheckin now does the careful git update also to make sure that the git push will have as good a chance as possible of working.
tested with multiple branches and different dirtiness scenarios (e.g. master branch dirty, upstream dirty, local copy dirty, then combos with varying dirtiness) and the scripts have managed to get through these situations.