updated scripts

This commit is contained in:
2023-12-02 00:49:04 -06:00
parent 73425341a6
commit 8699af9aac
4 changed files with 10 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/ash
# git config
git config --global credential.helper store
git config --global user.name "akanealw"
git config --global user.email "akanealw@gmail.com"
git config --global init.defaultBranch main