Skip to content

Instantly share code, notes, and snippets.

@adelinofaria
Last active November 2, 2017 14:09
Show Gist options
  • Save adelinofaria/07218cbbaa4af5ad1b57 to your computer and use it in GitHub Desktop.
Save adelinofaria/07218cbbaa4af5ad1b57 to your computer and use it in GitHub Desktop.
[user]
name = GIT_NAME
email = GIT_EMAIL
[commit]
gpgsign = true
[color]
ui = 1
[help]
autocorrect = 1
[core]
excludesfile = /Users/CURRENT_USER/.gitignore_global
[push]
default = simple
[diff "multibytetext"]
binary = false
textconv = "iconv -f utf-16 -t utf-8"
[alias]
b = branch
ci = commit
co = checkout
st = status -sb
tags = tag -l
remotes = remote -v
branches = branch -a
merge = merge --no-ff
l = log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
lnocolor = log --all --graph --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment