Browse Source

202511211457

develop
Thibaud 1 month ago
parent
commit
3b4d658e9c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      git_03_push_branch.sh

+ 1
- 1
git_03_push_branch.sh View File

@ -3,7 +3,7 @@
CIBLE=$1
if [ "$CIBLE" == "" ]
then
Using $GIT_CURRENT_BRANCH as cible
echo "Using $GIT_CURRENT_BRANCH as cible"
CIBLE=$GIT_CURRENT_BRANCH
fi

Loading…
Cancel
Save