Horje
linux login to github via git Code Example
linux login to github via git
$ git config --global user.name "Your name here"
$ git config --global user.email "your_email@example.com"
Source: kbroman.org
linux login to github via git
$ git config --global user.name "Your name here"
$ git config --global user.email "your_email@example.com"

$ git config --global color.ui true
$ git config --global core.editor emacs
Source: kbroman.org




Shell

Related
docker copy from container to host Code Example docker copy from container to host Code Example
ubuntu check free space Code Example ubuntu check free space Code Example
uninstall tesseract 4 Code Example uninstall tesseract 4 Code Example
how to set up git for github Code Example how to set up git for github Code Example
sonarqube docker setup Code Example sonarqube docker setup Code Example

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