Horje
change user in git repository Code Example
change user in git repository
git config user.email "you@example.com"
git config user.name "Your Name"
git config user.password "your password"
change user in git repository
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git config --global user.password "your password"




Shell

Related
git remove tracked files without deleting Code Example git remove tracked files without deleting Code Example
pyserial installing Code Example pyserial installing Code Example
how to move a file in terminal Code Example how to move a file in terminal Code Example
shell write multiple lines to file Code Example shell write multiple lines to file Code Example
copy file from local to s3 bucket aws cli Code Example copy file from local to s3 bucket aws cli Code Example

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