Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git global config location

To track down the file holding each config option set on your own system:
  git config --list --show-origin

Generally, there are three configs:
  * git config puts stuff in <repo root>/.git/config by default
  * git config --global puts stuff in <user home>/.gitconfig
    * On Linux/macOS, this means ~/.gitconfig
    * On Windows, this means %HOMEDRIVE%%HOMEPATH%.gitconfig
      (not %USERPROFILE%.gitconfig; these are not always the same)
  * git config --system puts stuff in a global config file shared by all users
    * On Linux, it's /etc/gitconfig
    * On macOS, it's /Applications/Xcode.app/Contents/Developer/usr/etc/gitconfig
    * On Windows, it's <wherever you installed Git>/etc/gitconfig
Comment

PREVIOUS NEXT
Code Example
Shell :: delete minikube linux 
Shell :: remove nginx 
Shell :: webpack-dev-server command not found 
Shell :: how to get mac cpu temp 
Shell :: shell script to check the directory exists 
Shell :: installer pip3 linux 
Shell :: npm install redux thunk 
Shell :: install postman in ubuntu 
Shell :: install pavucontrol ubuntu 20.04 
Shell :: install Hardhat locally using npm or Yarn 
Shell :: how to restart heroku server 
Shell :: git force pull 
Shell :: make kitty terminal the default terminal on ubuntu 
Shell :: ubuntu list all disks 
Shell :: android_home ubuntu 
Shell :: homebrew docker 
Shell :: find start up folder 
Shell :: node-sass: command not found 
Shell :: clean uninstall ubuntu-desktop from ubuntu server 
Shell :: install and enable docker on arch 
Shell :: kill logstash 
Shell :: Failed to download metadata for repo ‘AppStream’ 
Shell :: codineer digital 
Shell :: Docker run image in port 8080 
Shell :: kill process on port windows 
Shell :: vue js version check 
Shell :: set git editor 
Shell :: Another active Homebrew update process is already in progress 
Shell :: how to change gopath 
Shell :: check git url 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =