Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check git connfig

git config --global user.name "... ..."
git config --global user.email "...@..."
git config --global pull.rebase false
git config --global init.defaultBranch main

# to see if you are succeful
config --list
Comment

PREVIOUS NEXT
Code Example
Shell :: start the docker daemon 
Shell :: conda install requirements.txt example 
Shell :: reload ssh config 
Shell :: @mui/lab install 
Shell :: laravel rollback last migration 
Shell :: copy laravel project from github 
Shell :: uninstall scikit learn 
Shell :: wifi password from command prompt 
Shell :: Failed at the node-sass@4.10.0 postinstall script. 
Shell :: jango.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module 
Shell :: installing g++ on ubuntu 
Shell :: install firefox homebrew 
Shell :: how to delete all branches except master 
Shell :: maven clean install skip test 
Shell :: git push to another remote branch overwrite 
Shell :: remove nginx mac 
Shell :: npm ERR! cb() never called! 
Shell :: react select install 
Shell :: git delete local branches not on remote 
Shell :: ubuntu install php 8 
Shell :: remove index.lock git 
Shell :: how to install docker ubuntu 
Shell :: install @angular/router 
Shell :: how change remote origin git 
Shell :: install npm ubuntu 
Shell :: upgrade storybook 
Shell :: ssh delete folder 
Shell :: npm install @reach/router 
Shell :: jupyter notebook venv 
Shell :: git config all users 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =