mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-09 17:02:47 +02:00
add stuff in public workflow
This commit is contained in:
parent
a610a9f945
commit
882fd84c96
13 changed files with 466 additions and 4 deletions
9
initialization/partials/git_config_glob.sh
Normal file
9
initialization/partials/git_config_glob.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue