Skip to content

Instantly share code, notes, and snippets.

@cie
Created March 25, 2016 16:09
[user]
name = Bernát Kalló
email = [email protected]
[core]
askpass = /bin/echo
editor = vim
whitespace = off
pager = view -
[advice]
statusuoption = false
[color]
ui = true
[alias]
unstage = reset HEAD
web = log --oneline --graph --all --decorate -100
export = ls-files | rsync . --files-from=-
co = checkout
ci = commit
ca = commit -a
st = status
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment