Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install git

# On Windows 10 
 https://git-scm.com/download/win

# Installing on Linux
sudo dnf install git-all

# on a Debian-based distribution, such as Ubuntu, try apt:
sudo apt install git-all

# On Mac
https://git-scm.com/download/mac
Comment

install git

$ brew install git
Comment

install git linux

$ sudo apt-get update $ sudo apt-get install git
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 :: unzip in folder 
Shell :: git add ignored file 
Shell :: run typescript compiler 
Shell :: check go is installed mac 
Shell :: How to find a process running on a linux machine from terminal 
Shell :: how to install phpmyadmin with nginx on ubuntu 20.04 
Shell :: env: sh : No such file or directory 
Shell :: installing node in ubuntu 
Shell :: add group linux 
Shell :: git publish git branch 
Shell :: npm install compression 
Shell :: git add, commit and push in one command 
Shell :: linux add alias 
Shell :: history delete linux 
Shell :: open folder from terminal windows 
Shell :: how to mount a flash drive in wsl 
Shell :: what is kernel and shell 
Shell :: installing haskell command 
Shell :: composer installation cmd 
Shell :: enable system virtualization cmd 
Shell :: shell script to find sum of n numbers using for loop 
Shell :: linux ping latency print on screen .sh file 
Shell :: linux awk 
Shell :: shell redirect all to /dev/null 
Shell :: react navigation stack 
Shell :: install docker linux debian 10 
Shell :: osx update host file 
Shell :: pushing an existing repository from the command line 
Shell :: create public and private key for jwt 
Shell :: step to install vue project in visual studio code 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =