X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Frev_control%2Fpush_repo_downstream.sh;fp=scripts%2Frev_control%2Fpush_repo_downstream.sh;h=4e1530f8e29c280cde90c24dc98c695d31fd0344;hp=ef1bb35a6a49b553c992c08050e62da419afef70;hb=d5e14241a2e10e5d4a1f3c7969881a761ec40af8;hpb=9c5b35854287dfb22fea4fd1c8a31b085b49176b diff --git a/scripts/rev_control/push_repo_downstream.sh b/scripts/rev_control/push_repo_downstream.sh index ef1bb35a..4e1530f8 100644 --- a/scripts/rev_control/push_repo_downstream.sh +++ b/scripts/rev_control/push_repo_downstream.sh @@ -43,6 +43,10 @@ fi pushd "$dir" &>/dev/null test_or_die "changing to directory: $dir" +#switch this to the perform revctrl with a do_git_careful_update + + + # get everything from the origin. git fetch origin test_or_die "running git fetch origin"