maj du message de commit par défaut

This commit is contained in:
Jephté Clain 2023-04-12 15:59:23 +04:00
parent 7ba7d1c501
commit 6919352a59
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ elif array_contains GITANNEX_CMDS "$CMD"; then
function xsync() { function xsync() {
if ! git_have_annex; then if ! git_have_annex; then
setyesval offline "$UTOOLS_VCS_OFFLINE" setyesval offline "$UTOOLS_VCS_OFFLINE"
if git_commit -Al "Maj des fichiers"; then if git_commit -Al "modifs.mineures sans commentaires"; then
[ -n "$offline" ] && return 0 [ -n "$offline" ] && return 0
git_have_remote || return 0 git_have_remote || return 0
git pull && git_push git pull && git_push