[user] name = Yuval Adam email = yuv.adm@gmail.com [color] diff = auto status = auto branch = auto interactive = auto ui = true pager = true [color "branch"] current = red local = yellow remote = green [color "diff"] meta = yellow frag = magenta old = red new = green [color "status"] added = yellow changed = green untracked = cyan [alias] st = status cam = commit -a -m cm = commit -m br = branch com = checkout master co = checkout lg = ! git --no-pager log --oneline --graph -n 18 --decorate pure = pull --rebase diffc = diff --cached cfd = clean -fd