8000 Use --force-with-lease option to push · python/python-docs-ja@11fe290 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 11fe290

Browse files
committed
Use --force-with-lease option to push
1 parent 22a96df commit 11fe290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/push/renew-catalog-template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sphinx-intl update-txconfig-resources --transifex-project-name=${TRANSIFEX_PROJE
3030
tx push --source --parallel
3131
git add .tx
3232
git commit --message="[skip ci] Update .pot files and .tx/config"
33-
git push --quiet "git@cpython-doc-catalog.github.com:python-doc-ja/cpython-doc-catalog.git" ${CATALOG_BRANCH}:${CATALOG_BRANCH}
33+
git push --force-with-lease "git@cpython-doc-catalog.github.com:python-doc-ja/cpython-doc-catalog.git" ${CATALOG_BRANCH}:${CATALOG_BRANCH}

0 commit comments

Comments
 (0)
0