Skip to content

Instantly share code, notes, and snippets.

@kaimallea
Last active November 13, 2018 00:19
Show Gist options
  • Save kaimallea/5622393 to your computer and use it in GitHub Desktop.
Save kaimallea/5622393 to your computer and use it in GitHub Desktop.
Git config
[user]
name = Kai Mallea
email = [email protected]
[color]
ui = true
[alias]
st = status
co = checkout
br = branch
lg = log --name-only --graph
who = shortlog -s --
assume = update-index --assume-unchanged
unassume = update-index --no-assume-unchanged
assumed = "!git ls-files -v | grep ^h | cut -c 3-"
[core]
autocrlf = input
safecrlf = true
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment