X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fversion_control.sh;h=f3f433d3eebd837eef27362e80cb98cf6460294b;hb=e8d4f6b2fa068275db82ef20d92e499cc7253eec;hp=8f1033cfdd8bf14e4a9a1e75e2aee2e2f63a687e;hpb=40128535063c2bb1a452760809d2dd9aa13cc436;p=feisty_meow.git diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 8f1033cf..f3f433d3 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -296,9 +296,10 @@ function careful_git_update() git checkout "$this_branch" test_or_die "git checking out our current branch: $this_branch" - # first update all our remote branches to their current state from the repos. - git remote update - test_or_die "git remote update" +#this step didn't help before, and it seems redundant now. +# # first update all our remote branches to their current state from the repos. +# git remote update +# test_or_die "git remote update" # now pull down any changes in our own origin in the repo, to stay in synch # with any changes from others.