Skip to content

Instantly share code, notes, and snippets.

@simenbrekken
Created December 9, 2012 17:16
Show Gist options
  • Select an option

  • Save simenbrekken/4246162 to your computer and use it in GitHub Desktop.

Select an option

Save simenbrekken/4246162 to your computer and use it in GitHub Desktop.
Git config
[core]
autocrlf = input
editor = subl -w
excludesfile = /Users/Simen/.gitignore
[user]
name = Simen Brekken
email = simen@unfold.no
[alias]
zip = !git archive --format zip -9 -v --prefix $(basename \"$(pwd)\")/ --output $(basename \"$(pwd)\")-$(git log|head -n 1|cut -c 8-18).zip
co = checkout
ci = commit
rb = rebase --interactive
l = log --pretty=oneline --abbrev-commit
s = status
[vae]
password =
username = simen
[mergetool]
keepBackup = false
[push]
default = upstream
[branch]
autosetuprebase = always
[color]
branch = auto
diff = auto
status = auto
ui = auto
[log]
decorate = short
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment