mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2025-01-11 04:55:09 +01:00
6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
git config user.name "sebmckbot"
|
|
git config user.email "sebmckbbot@gmail.com"
|