Add lastmail git alias

This commit is contained in:
Anthony Rose 2021-02-19 20:51:21 +00:00
parent 33eca23199
commit 88a26453d2

View file

@ -69,6 +69,11 @@
name: alias.last name: alias.last
value: log -1 HEAD --pretty=fuller value: log -1 HEAD --pretty=fuller
scope: global scope: global
- name: Git alias.lastmail
community.general.git_config:
name: alias.lastmail
value: format-patch --stdout -1 HEAD
scope: global
- name: Git alias.unstage - name: Git alias.unstage
community.general.git_config: community.general.git_config:
name: alias.unstage name: alias.unstage