Browse Source

git: ++wc, cmtouch

master
Maxim Likhachev 3 years ago
parent
commit
deeb373d32
  1. 4
      etc/soft/git/gitconfig

4
etc/soft/git/gitconfig

@ -83,6 +83,7 @@ @@ -83,6 +83,7 @@
st = status #noindex
ss = -c color.status=always status --branch --short #noindex
df = diff #noindex
wc = diff --stat #noindex
# Коммит
ci = commit
@ -93,6 +94,9 @@ @@ -93,6 +94,9 @@
# Добавление изменений в последний коммит
cmadd = commit --amend --no-edit
# Обновить дату последнего коммита
cmtouch = commit --amend --no-edit --date=now
# Коммит от имени envrm
cma = commit --author 'Maxim Likhachev <envrm@yandex.ru>' -m

Loading…
Cancel
Save