Browse Source

git config alias 'branches'

Fabian Peter Hammerle 8 năm trước cách đây
mục cha
commit
4fd616d1ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"