浏览代码

Update git alias to use swtich

master
10sr 5 年前
父节点
当前提交
525c6d6ece
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile 查看文件

@@ -315,7 +315,8 @@ endif
$(git_conf) alias.ci "commit --verbose --allow-empty"
# TODO: Try rebase --interactive --autosquash
$(git_conf) alias.cf "commit --verbose --fixup=HEAD -m WIP"
$(git_conf) alias.co "checkout"
$(git_conf) alias.co "switch"
$(git_conf) alias.sw "switch"
$(git_conf) alias.cim "commit --verbose -m"
$(git_conf) alias.di "diff --color"
$(git_conf) alias.me "merge --no-ff --stat --verbose"


正在加载...
取消
保存