Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 517 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 517 Bytes

A simple .gitconf Template

a .gitconf file template

How to install

$ git clone https://github.com/driver2000/git-dotfiles.git
$ cd git-dotfiles
$ ln -s gitconfig ~/.gitconfig

Add your user and email

$ git config --local user.name your name
$ git config --local user.email your_mail@mail.com

if you want set user.name and user.email globally use --global instead --local or edit the conf file directly :

$ git config -e

Fork it !