소스 검색

git config alias 'branches'

Fabian Peter Hammerle 9 년 전
부모
커밋
4fd616d1ef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup

+ 1 - 1
setup

@@ -13,5 +13,5 @@ if [[ $git_version == 1.9* ]]; then
 fi
 
 # aliases
-git config --global alias.abranch "branch --all"
+git config --global alias.branches "branch --all"
 git config --global alias.tree "log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset)%C(bold red)%d%C(reset) %C(dim green)(%ar)%C(reset) %C(bold black)%s%C(reset) %C(dim white)(%an)%C(reset)' --all"