Skip to content
Snippets Groups Projects
Select Git revision
  • bf5dff9c99f0562c43ed8ad5dbd94f57a7fcc5ca
  • master default
2 results

.gitconfig

Blame
  • .gitconfig 342 B
    [user]
    	name = Adar Nimrod
    	email = nimrod@shore.co.il
    [push]
    	default = simple
    [alias]
        clone-recursive = clone --recursive
        push-tags = push --follow-tags
        pull-submodules = submodule foreach git pull
        diff-cached = diff --cached
    [transfer]
        fsckobjects = true
    [fetch]
        fsckobjects = true
    [receive]
        fsckObjects = true