瀏覽代碼

add git alias sb as show-branch

pull/1/head
10sr 11 年之前
父節點
當前提交
b1e3fa5098
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      setup.sh

+ 1
- 0
setup.sh 查看文件

@@ -59,6 +59,7 @@ git_config(){
git config --global alias.graph "log --graph --date-order -C -M --pretty=tformat:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=iso -n 500"
git config --global alias.st "status -s -b"
git config --global alias.b "branch"
git config --global alias.sb "show-branch"
git config --global alias.ci "commit --verbose"
git config --global alias.co "checkout"
git config --global alias.cim "commit --verbose -m"


Loading…
取消
儲存