3 lines
80 B
Bash
Executable file
3 lines
80 B
Bash
Executable file
#!/bin/sh
|
|
git config user.email "varun@fedora.email"
|
|
git config user.name "ren"
|