Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

github setup

#view all settings
$ git config --list --show-origin 

#set global configurations for your git
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
git config --global init.defaultBranch main
Comment

PREVIOUS NEXT
Code Example
Shell :: install code . path in mac 
Shell :: linux chmod remove sticky bit 
Shell :: install heroku 
Shell :: linux create user 
Shell :: linux sort by file size 
Shell :: s3cmd install 
Shell :: push clone repo to own repo 
Shell :: linux execute as user 
Shell :: connect to specific wifi decive linux 
Shell :: how to do create diff file in linux 
Shell :: the remote end hung up unexpectedly 
Shell :: install zsh hyper mac 
Shell :: speedtest linux cli 
Shell :: ubuntu check ssh 
Shell :: git remote url change 
Shell :: how to revert back to previous commit in git permanently 
Shell :: kali linux ipsweep zsh permission denied 
Shell :: How to push code to your github repository using token authentication 
Shell :: how to check if a python script is running 
Shell :: navigate to drive d cmd 
Shell :: bash or 
Shell :: ubuntu cmd firewall give access to port 
Shell :: grep windows 
Shell :: linux command for file size 
Shell :: redis delete keys that match pattern 
Shell :: awk sum column 
Shell :: delete github credentials in windows 
Shell :: command to kill a process in windows 
Shell :: undo git add before commit 
Shell :: check if a port is working 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =