Skip to content

Instantly share code, notes, and snippets.

@lcomino
Created October 30, 2019 17:17
Show Gist options
  • Save lcomino/ec1ab9a727661ec834ed766439d666d1 to your computer and use it in GitHub Desktop.
Save lcomino/ec1ab9a727661ec834ed766439d666d1 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
email = lcomino3d@gmail.com
name = Lucas Comino
[core]
editor = vim
autocrlf = input
[push]
default = simple
[alias]
changed = show --stat --name-only
ci = commit
st = status
br = branch
df = diff --ignore-cr-at-eol -b -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment