Skip to content

Instantly share code, notes, and snippets.

View isacmoura's full-sized avatar

Isac Moura isacmoura

View GitHub Profile
@isacmoura
isacmoura / .gitconfig
Created June 1, 2020 17:35 — forked from AlbertoMonteiro/.gitconfig
Set Environment
[user]
name = Alberto Monteiro
email = alberto.monteiro@live.com
[core]
preloadindex = true
fscache = true
autocrlf = true
editor = code -n -w
[alias]
fetchall = fetch --all --prune