Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Setup git on windows

$ 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 true
Comment

install git on windows 10

git config --global user.name "github_username"
Comment

install git on windows

$ sudo dnf install dh-autoreconf curl-devel expat-devel gettext-devel 
  openssl-devel perl-devel zlib-devel
$ sudo apt-get install dh-autoreconf libcurl4-gnutls-dev libexpat1-dev 
  gettext libz-dev libssl-dev
Comment

PREVIOUS NEXT
Code Example
Shell :: install rust 
Shell :: move a file to /opt 
Shell :: mkdir creating multiple containing folders 
Shell :: git clone with long file names 
Shell :: verify hash windows 10 
Shell :: how to install snapd on ubuntu 
Shell :: view process in linux 
Shell :: latest package yarn dependencies 
Shell :: how to setup .env file for docker 
Shell :: commit and push 
Shell :: gulp trust cert 
Shell :: osx update host file 
Shell :: docker set container name 
Shell :: Copy a Remote File to a Local System using the scp Command 
Shell :: git move file 
Shell :: install sublime text editor ubuntu terminal 
Shell :: redis quicstart 
Shell :: delete everythng after a certain commit 
Shell :: ubuntu libqt4 
Shell :: Git Error: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 
Shell :: Anydesk remote server display not supported e.g Wayland 
Shell :: install redis on ubuntu 20.04 
Shell :: grep count words 
Shell :: -----mg: *scratch* (fundamental)----all-------------------------------------------------------------------------------- 
Shell :: extract tar gz 
Shell :: helm rhel 
Shell :: dateformat npm 
Shell :: batch file path 
Shell :: run xammp 
Shell :: scp permission denied (publickey) but ssh works 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =