dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 9c2207fe67792d74c5c10793d96345ae7dce280f
parent 0571f6008d7a76d743e2c7d93d2a77d1069686db
Author: hhvn <dev@haydenvh.com>
Date:   Sat, 27 Mar 2021 19:21:46 +0000

.c/g/config .c/g/m/m/git-se.1: add send-email alias

Diffstat:
M.config/git/config | 1+
A.config/git/man/man1/git-se.1 | 16++++++++++++++++
2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/.config/git/config b/.config/git/config @@ -13,6 +13,7 @@ re = !sh ~/.config/git/remote pu = !sh ~/.config/git/push pa = !sh ~/.config/git/push --all + se = send-email rs = reset rh = reset --hard mg = merge --no-ff diff --git a/.config/git/man/man1/git-se.1 b/.config/git/man/man1/git-se.1 @@ -0,0 +1,16 @@ +.Dd hhvn-git +.Dt git-se 1 +.Os +.Sh Name +.Nm git-se +.Nd alias for +.Xr git-send-email 1 "." +.Sh SYNOPSIS +.Nm +.Ar [GIT-SEND-EMAIL-OPTIONS] +.Ar [GIT-SEND-EMAIL-ARGUMENTS] +.Sh SEE ALSO +.Xr hhvn-git 7 "," +.Xr git-send-email 1 "," +.Sh AUTHOR +.An hhvn Aq Mt dev@hhvn.uk .