Last active
October 14, 2015 11:49
-
-
Save calve/dbc161c7e83e504b6f4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: gitignore; -*- | |
/bin/ | |
*~ | |
\#*\# | |
/.emacs.desktop | |
/.emacs.desktop.lock | |
*.elc | |
auto-save-list | |
tramp | |
.\#* | |
# 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