4 lines
143 B
Bash
Executable file
4 lines
143 B
Bash
Executable file
#!/bin/sh
|
|
git config user.email "varun@fedora.email"
|
|
git config user.name "ren"
|
|
echo "you need to set up the PATH for GEMIBLOG on the server."
|