소스 검색

Do not append --all option to git graph

pull/1/head
10sr 10 년 전
부모
커밋
65dcd6f30c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh 파일 보기

@@ -215,7 +215,7 @@ setup_gitconf(){
$_gc tar.txz.command "xz -c"
$_gc push.default current

$_gc alias.graph "log --graph --date-order -C -M --pretty=tformat:\"%C(green)%h%C(reset) %C(white)%ad%C(reset) %C(red)%an%C(reset)%C(yellow)%d%C(reset) %C(white bold)%s%C(reset)\" --all --date=iso -n 499"
$_gc alias.graph "log --graph --date-order -C -M --pretty=tformat:\"%C(green)%h%C(reset) %C(white)%ad%C(reset) %C(red)%an%C(reset)%C(yellow)%d%C(reset) %C(white bold)%s%C(reset)\" --date=iso -n 499"
$_gc alias.st "status -s -b"
$_gc alias.b "branch"
$_gc alias.sb "show-branch"


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