Horje
GitHub config Code Example
add git user and email
git config --global user.email "my.adresse@hotmail.com"
git config --global user.name "My Name"
git config
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
setup github password terminal
$ git config credential.helper store
$ git push https://github.com/owner/repo.git

Username for 'https://github.com': <USERNAME>
Password for 'https://USERNAME@github.com': <PASSWORD>
how to set up git user
$ git config --global user.name
> Mona Lisa
GitHub config
$ git config  remote.origin.url git+ssh://git@github.com/youriserid/repoid.git
Source: infoheap.com




Shell

Related
jenkins initialadminpassword linux Code Example jenkins initialadminpassword linux Code Example
execute shell script file in laravel command Code Example execute shell script file in laravel command Code Example
google translate for linux Code Example google translate for linux Code Example
how to install jupyter in excel Code Example how to install jupyter in excel Code Example
powershell command to get cpu info Code Example powershell command to get cpu info Code Example

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