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