소스 검색

change email for git

pull/1/head
10sr 12 년 전
부모
커밋
17ee084316
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      .bashrc

+ 2
- 2
.bashrc 파일 보기

@@ -162,8 +162,8 @@ port-autosync(){
}

_mygitconfig(){
git config --global user.name "10sr"
git config --global user.email sr10@users.sourceforge.jp
git config --global user.name '10sr'
git config --global user.email '8slashes+git@gmail.com'
git config --global core.autocrlf false
git config --global color.ui auto
git config --global status.relativePaths false


불러오는 중...
취소
저장