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