Эх сурвалжийг харах

git config alias 'branches'

Fabian Peter Hammerle 8 жил өмнө
parent
commit
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"