source: lab.git/TipAndDoc/.gitconfig @ 1be8507

trunk
Last change on this file since 1be8507 was b949a0f, checked in by mitty <mitty@…>, 12 years ago
  • add .gitconfig to set default for git
  • remove default settings from .bashrc they already exist in the original .bashrc
  • fix LESS variable
    • git log command uses escape sequences
    • original LESS variable of less which was forked by git log is LESS=FRSX
  • add git_ps1 to shell prompt

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@156 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

  • Property mode set to 100644
File size: 256 bytes
Line 
1[user]
2    name = Ken-ichi Mito
3    email = mitty@mitty.jp
4[color]
5    ui = true
6[alias]
7    co = checkout
8    ci = commit
9    st = status
10    br = branch
11    hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
12[core]
13    excludesfile = ~/.gitignore
Note: See TracBrowser for help on using the repository browser.