3 lines
105 B
Bash
Executable file
3 lines
105 B
Bash
Executable file
#!/bin/bash
|
|
git config --global user.name "Manuel Thalmann";
|
|
git config --global user.email "m@nuth.ch";
|