galfert (owner)

Fork Of

gist: 171255 by schacon my .gitconfig file

Revisions

gist: 171278 Download_button fork
public
Public Clone URL: git://gist.github.com/171278.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[user]
  name = Scott Chacon
  email = schacon@gmail.com
[alias]
  serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
  unstage = reset HEAD
  lol = log --pretty=oneline --abbrev-commit --graph --decorate
  branches = !git-branches
  st = status
[gui]
  fontui = -family \"Lucida Sans\" -size 13 -weight normal -slant roman -underline 0 -overstrike 0
  fontdiff = -family Monaco -size 12 -weight normal -slant roman -underline 0 -overstrike 0
[imap]
  folder = "[Gmail]/Drafts"
  host = imaps://imap.gmail.com
  user = schacon@gmail.com
  port = 993
  sslverify = false
[color]
  ui = true
[help]
  autocorrect = 1
[filter "media"]
  clean = "/Users/schacon/projects/git-media/bin/git-media filter-clean"
  smudge = "/Users/schacon/projects/git-media/bin/git-media filter-smudge"