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 :: git push heroku master 
Shell :: upgrading ionic 5 
Shell :: increase sound in ubuntu 
Shell :: venv activate 
Shell :: term environment variable not set 
Shell :: nvidia open source driver arch linux 
Shell :: docker sleep infinity 
Shell :: linux folder size 
Shell :: bash check if variable is number 
Shell :: ubuntu ifconfig not found 
Shell :: see dhcp leases linux 
Shell :: gitignore idea 
Shell :: ubuntu show git branch in terminal 
Shell :: A multi-stage Dockerfile for building nodejs 
Shell :: change the file type of multiple files once in windows 
Shell :: linux chmod remove sticky bit 
Shell :: debuild: command not found 
Shell :: linux execute as user 
Shell :: awk how to print without adding spaces between fields 
Shell :: graphql install 
Shell :: kill port from terminal on mac 
Shell :: progress bar file.tar.xz extract 
Shell :: how to assign a letter to a drive 
Shell :: powershell elevate to admin within a function 
Shell :: how to debug wirless android 
Shell :: substring frequency 
Shell :: Get pid of process that created a specific window 
Shell :: stop tracking files git 
Shell :: nvm install ubuntu 
Shell :: copy folder from on server machine 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =