Add lastmail git alias
This commit is contained in:
parent
33eca23199
commit
88a26453d2
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@
|
|||
name: alias.last
|
||||
value: log -1 HEAD --pretty=fuller
|
||||
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
|
||||
community.general.git_config:
|
||||
name: alias.unstage
|
||||
|
|
Loading…
Reference in a new issue