Skip to content

Instantly share code, notes, and snippets.

@artlbv
Last active August 29, 2015 14:07
Show Gist options
  • Save artlbv/9089a6fc207d874adb2a to your computer and use it in GitHub Desktop.
Save artlbv/9089a6fc207d874adb2a to your computer and use it in GitHub Desktop.
Config of Git
[user]
name = Artur Lobanov
email = [email protected]
github = artlbv
[core]
autocrlf = input
safecrlf = true
editor = emacs
[color]
ui = true
[alias]
co = checkout
ci = commit
st = status
br = branch
hist2 = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
hist = log --graph --oneline --decorate --all
type = cat-file -t
dump = cat-file -pcms
[push]
default = matching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment