Skip to Content
Git Essentials ??? Second Edition - Second Edition
book

Git Essentials ??? Second Edition - Second Edition

by Ferdinando Santacroce
November 2017
Beginner
238 pages
5h 58m
English
Packt Publishing
Content preview from Git Essentials ??? Second Edition - Second Edition

Global level

The global level contains user-wide configurations; if you edit the configuration at this level, every user's repository will be affected.

This configuration is stored in the .gitconfig file usually located in:

  • Windows: C:\Users\<UserName>\.gitconfig
  • Linux: ~/.gitconfig
  • macOS: ~/.gitconfig

To edit parameters at this level, you have to use the --global option.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Git Version Control Cookbook - Second Edition

Git Version Control Cookbook - Second Edition

Kenneth Geisshirt, Emanuele Zattin(EUR), Aske Olsson, Rasmus Voss
Git Pocket Guide

Git Pocket Guide

Richard E. Silverman
Version Control with Git, 2nd Edition

Version Control with Git, 2nd Edition

Jon Loeliger, Matthew McCullough

Publisher Resources

ISBN: 9781787120723Supplemental Content