Git config Examples

Git config Examples

Last updated:
Table of Contents

WIP Alert This is a work in progress. Current information is correct but more content may be added in the future.

Using git v2.x

Set editor to vim

$ git config --global core.editor "vim"

Dialogue & Discussion