Skip to content

Commit

Permalink
group updates to public branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lj020326 committed Aug 8, 2024
1 parent 937babe commit f589575
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion ansible
Submodule ansible updated 6085 files
2 changes: 0 additions & 2 deletions sync-public-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ function gitcommitpush() {
git add -A || true && \
echo "Committing changes:" && \
git commit -am "group updates to public branch" || true && \
echo "Pushing branch '${LOCAL_BRANCH}' to remote origin branch '${LOCAL_BRANCH}':" && \
git push -f origin ${LOCAL_BRANCH} || true && \
echo "Pushing branch '${LOCAL_BRANCH}' to remote '${REMOTE}' branch '${REMOTE_BRANCH}':" && \
git push -f -u ${REMOTE} ${LOCAL_BRANCH}:${REMOTE_BRANCH} || true
}
Expand Down

0 comments on commit f589575

Please sign in to comment.