浏览代码

Fix co alias

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

+ 1
- 1
Makefile 查看文件

@@ -315,7 +315,7 @@ 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 "! echo alias co is removed, use sc and re instead; exit 1"
$(git_conf) alias.co "! echo alias co is removed, use sc and re instead; false"
$(git_conf) alias.sc "switch"
$(git_conf) alias.re "restore"
$(git_conf) alias.cim "commit --verbose -m"


正在加载...
取消
保存