Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Setup git on Linux

$ git config --global user.name <username> # eg git config --global user.name "Jane Doe"
$ git config --global user.email <email-address> # eg git config --global user.email "janeDoe@gmail.com"
$ git config --global core.editor "code --wait"
$ git config --global init.defaultBranch main
$ git config --global core.autocrlf input
Comment

install git on linux

sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
Comment

PREVIOUS NEXT
Code Example
Shell :: alpine linux install lsof 
Shell :: Consider using absolute ordering 
Shell :: cannot import urlencode from werkzeug 
Shell :: clear bash command history 
Shell :: how to remove git history for a file 
Shell :: error: RPC failed; curl 56 LibreSSL SSL_read: Connection reset by peer, errno 54 
Shell :: cmd kill process by pid 
Shell :: install pylatex 
Shell :: portainer install ubuntu 
Shell :: how upgrade my notebook 
Shell :: git reset hard push to origin 
Shell :: ubuntu 20.04 openvpn client 
Shell :: bash remove first character 
Shell :: nginx install centos7 
Shell :: powerline font install 
Shell :: Github Connection Error 
Shell :: yum add proxy 
Shell :: how to activate administrator account in windows 10 command prompt 
Shell :: terminal unzip 
Shell :: delete ip by ufw 
Shell :: gcloud disable interactive prompts 
Shell :: oclif export to npm 
Shell :: ubuntu install bin86 
Shell :: command to upgrade upgradable packages on Ubuntu 
Shell :: install jupyter homebrew 
Shell :: update homestead after yaml change 
Shell :: flutter doctor android license exception in thread main 
Shell :: dev/random dev/urandom bash 
Shell :: powershell get type of variable 
Shell :: how to run sudo without password 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =