ソースを参照

Add alias git atag

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

+ 1
- 0
Makefile ファイルの表示

@@ -321,6 +321,7 @@ endif
$(git_conf) alias.me "merge --no-ff --stat --verbose"
$(git_conf) alias.ffme "merge --ff-only --stat --verbose"
$(git_conf) alias.gr "grep -n"
$(git_conf) alias.atag "tag -a"
$(git_conf) alias.ls "ls-files"
# $(git_conf) alias.ls "ls-files -v --full-name"
# $(git_conf) alias.ls "status -u -s ."


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