add stuff in public workflow

This commit is contained in:
Tykayn 2023-08-15 22:23:40 +02:00 committed by tykayn
parent a610a9f945
commit 882fd84c96
13 changed files with 466 additions and 4 deletions

View file

@ -0,0 +1,9 @@
#!/bin/bash
echo " ------ installation des configurations pour Git ------"
git config --global credential.helper 'store'
git config --global user.email "contact@cipherbliss.com"
git config --global user.name "tykayn"
git config --global rerere.enabled true
git config --global init.defaultBranch main
git config --global checkout.defaultRemote origin