ソースを参照

Add git alias ap

pull/2/head
10sr 9年前
コミット
1372271ba7
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      Makefile

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

@@ -149,6 +149,8 @@ endif
# $(git_conf) alias.my-ls "ls-files | xargs ls"
# $(git_conf) alias.ll "!git ls-files | xargs ls -l -CFG --color=auto --time-style=long-iso"
$(git_conf) alias.addi "add -i"
# Add patch to index
$(git_conf) alias.ap "apply --cached"
$(git_conf) alias.clean-p "diff --quiet"
$(git_conf) alias.echo-ref "for-each-ref --format='%(refname:short)'"



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