Skip to content

Instantly share code, notes, and snippets.

@Preclowski
Created June 26, 2014 10:00
Show Gist options
  • Save Preclowski/26a653fd66239384ad5e to your computer and use it in GitHub Desktop.
Save Preclowski/26a653fd66239384ad5e to your computer and use it in GitHub Desktop.
[user]
name = Konrad Pawlikowski
email = e@mail.com
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = green
remote = yellow
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = green bold
changed = yellow
untracked = red reverse
[apply]
whitespace = nowarn
[core]
pager = less -r
editor = nano
[merge]
tool = meld
[mergetool]
keepBackup = false
[mergetool "phpstorm"]
cmd = phpstorm -w $MERGED
trustExitCode = false
[help]
autocorrect = 1 #fucking magic!
[branch]
autosetuprebase = always
[alias]
cm = commit -am
s = status -sb
a = add .
p = push
# Custom log formats
lg = log --all --graph --decorate --oneline --abbrev-commit
# Show verbose output about tags, branches or remotes
tags = tag -l
branches = branch -a
remotes = remote -v
[credential]
helper = cache --timeout 3600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment