Skip to content

Instantly share code, notes, and snippets.

@calve
Last active October 14, 2015 11:49
Show Gist options
  • Save calve/dbc161c7e83e504b6f4b to your computer and use it in GitHub Desktop.
Save calve/dbc161c7e83e504b6f4b to your computer and use it in GitHub Desktop.
[core]
» excludesfile = ~/.gitignore.global
[credential]
» helper = cache --timeout=3600
[color]
» diff = auto
» status = auto
» branch = auto
[push]
» default = simple
[alias]
» a = add
» c = commit
» st = status
» co = checkout
» br = branch
» h = log --pretty=format:\"%C(yellow)%h%C(reset)%C(auto)%d %C(reset)%s %C(blue)[%an, %ar]\" --graph --date=short --all
» sh = log --pretty=format:\"%C(yellow)%h%C(reset)%C(auto)%d %C(reset)%s %C(blue)[%an, %ar]\" --graph --date=short --all --simplify-by-decoration
» ch = log --pretty=format:\"%C(yellow)%h%C(reset)%C(auto)%d %C(reset)%s %C(blue)[%an, %ar]\" --graph --date=short
# -*- mode: gitignore; -*-
/bin/
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
*.pdf
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# java stuffs
*.class
TAGS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment