mirror of
https://github.com/Snigdha-OS/snigdhaos-blackbox.git
synced 2025-12-06 13:33:50 +01:00
8 lines
139 B
Bash
Executable File
8 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Github credential config
|
|
|
|
git config --global user.email "m.eshanized@gmail.com"
|
|
git config --global user.name "Eshan Roy"
|
|
|