Quellcode durchsuchen

fixup! commitish -> committish

WIP
master
10sr vor 5 Jahren
Ursprung
Commit
5ad39402f0
Signiert von: 10sr GPG-Schlüssel-ID: C384BB17CBB19347
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile Datei anzeigen

@@ -307,6 +307,8 @@ endif
$(git_conf) alias.b "branch"
$(git_conf) alias.sb "show-branch"
$(git_conf) alias.ci "commit --verbose"
# TODO: Try rebase --interactive --autosquash
$(git_conf) alias.cf "commit --verbose --fixup=HEAD -m WIP"
$(git_conf) alias.co "checkout"
$(git_conf) alias.cim "commit --verbose -m"
$(git_conf) alias.di "diff --color"
@@ -332,6 +334,7 @@ endif

$(git_conf) alias.setcmd '! f(){ git config alias.$$1 "! $$2"; }; f'
$(git_conf) alias.make '!make'
$(git_conf) alias.e '!env' # Run command in repository root

#$(git_conf) alias.wc "!git ls-files -z | xargs -0 wc"
# $(git_conf) push.default "simple"


Laden…
Abbrechen
Speichern