mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-11-05 12:43:23 +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"
|