Skip to content

Instantly share code, notes, and snippets.

@zakjan
Last active August 29, 2015 14:27
Show Gist options
  • Save zakjan/71a8c3ca6ac250505d66 to your computer and use it in GitHub Desktop.
Save zakjan/71a8c3ca6ac250505d66 to your computer and use it in GitHub Desktop.
[user]
name = Jan Zak
email = zj@zakjan.cz
[core]
editor = vim
[color]
ui = true
[pull]
rebase = true
[push]
default = simple
[merge]
ff = false
[rebase]
autosquash = true
[diff]
tool = meld
[alias]
a = add
aa = add -A
cm = commit
cmm = commit -m
cma = commit --amend
b = branch
s = status -sb
l = log --all --graph --format='%C(yellow)%h%Creset%C(auto)%d%Creset %s %C(green)(%an, %ar)%Creset'
co = checkout
f = fetch
m = merge
r = reset
rs = reset --soft
rh = reset --hard
rb = rebase
rbi = rebase -i
rbc = rebase --continue
rba = rebase --abort
cp = cherry-pick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment