Changeset 15061 for dotfiles/git

Show
Ignore:
Timestamp:
07/03/08 00:54:12 (5 years ago)
Author:
cho45
Message:

いろいろ修正したのをアップデート

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/git/cho45-gitconfig

    r11661 r15061  
    77        di      = diff 
    88        co      = checkout 
    9         ci      = commit 
     9        ci      = commit -v 
    1010        br      = branch 
    1111        srd     = svn rebase 
     12        svd     = svn dcommit 
    1213        lc      = log ORIG_HEAD.. --stat --no-merges 
    1314        hub-url = !ruby -e 'puts (%Q{http://github.com/%s/%s/tree/master/} + %x{git rev-parse --show-prefix}) % %x{git config -l}.match(%r{^remote.origin.url=git@github.com:([^/]+)/([^.]+).git}).captures'