Horje
setup user in git Code Example
setup user in git
git config --global user.name "Your Name Here"
git config --global user.email your@email.com
git setup local user
git config user.name "Your Name Here"
git config user.email your@email.com

Or Global
git config --global user.name "Your Name Here"
git config --global user.email your@email.com
how to set up git user
$ git config --global user.name
> Mona Lisa




Shell

Related
react js BrowserRouter npm Code Example react js BrowserRouter npm Code Example
adb recorder Code Example adb recorder Code Example
how to uninstall aws cli Code Example how to uninstall aws cli Code Example
error: failed to synchronize all databases (invalid or corrupted database (PGP signature)) Code Example error: failed to synchronize all databases (invalid or corrupted database (PGP signature)) Code Example
browserrouter react not working install Code Example browserrouter react not working install Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12