6 lines
118 B
Bash
Executable file
6 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e -u
|
|
|
|
git config --global user.email "team@datalad.org"
|
|
git config --global user.name "DataLad bot"
|