Skip to content

Instantly share code, notes, and snippets.

@randaalex
Created October 31, 2013 13:39
Show Gist options
  • Save randaalex/7249901 to your computer and use it in GitHub Desktop.
Save randaalex/7249901 to your computer and use it in GitHub Desktop.
[user]
name = Alexander Randa
email = randa.alex@active.by
[color]
diff = auto
status = auto
branch = auto
ui = true
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
dt = difftool
dc = diff --cached
plog = log --pretty=format:'%h %Cblue%cn %Creset%cr %Cgreen%s'
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
cm = commit -m
[core]
whitespace = trailing-space, space-before-tab, cr-at-eol
filemode = false
excludesfile = ~/.gitignore
[difftool]
tool = meld
prompt = false
[merge]
tool = meld
prompt = false
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment