Skip to content

Instantly share code, notes, and snippets.

@flangofas
Created May 28, 2015 12:22
Show Gist options
  • Save flangofas/1e3d6dd65a5915276dd5 to your computer and use it in GitHub Desktop.
Save flangofas/1e3d6dd65a5915276dd5 to your computer and use it in GitHub Desktop.
git config
[user]
name = Antonis Flangofas
email = [email protected]
[color]
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = green
changed = yellow
untracked = red
[core]
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
editor = sublime
excludesfile = ~/.gitignore
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
last = log -1 HEAD
unstage = reset HEAD
lg = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files
info = remote -v
fullchangelog = log ORIG_HEAD.. --reverse --no-merges
changelog = log ORIG_HEAD.. --reverse --no-merges --pretty=format:'* %s'
[github]
user = flangofas
[credential]
helper = cache --timeout=604800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment