ソースを参照

Use si instead of sc

master
10sr 5年前
コミット
6017e1037a
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile ファイルの表示

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


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