mirror of
http://124.126.16.154:8888/singularity/hdk-auth.git
synced 2026-01-15 07:25:05 +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}"
|