Skip to content

Instantly share code, notes, and snippets.

@Pafuxu
Created March 26, 2009 12:44
Show Gist options
  • Save Pafuxu/86070 to your computer and use it in GitHub Desktop.
Save Pafuxu/86070 to your computer and use it in GitHub Desktop.
$ git config -l
user.name=Kouji Tsuru
user.email=pafuxu@gmail.com
core.editor=vim
core.pager=lv
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
remote.origin.url=git@github.com:Pafuxu/my_files.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment