Skip to content

mrrech/git-dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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 !

About

a .gitconf file template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published