mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git
synced 2026-01-15 05:35:09 +08:00
8 lines
127 B
Bash
Executable File
8 lines
127 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
export name
|
|
export email
|
|
|
|
git config --global user.email "${email}"
|
|
git config --global user.name "${name}"
|