mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2025-01-25 18:45:11 +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"
|