5 lines
228 B
Bash
Executable File
5 lines
228 B
Bash
Executable File
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
|
|
git config --global credential.helper store |