ソースを参照

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"


読み込み中…
キャンセル
保存