x

Programs, configuration and documentation that don't fit anywhere else
Log | Files | Refs | README | LICENSE

commit 63edc7a0589cf429104cdf23b74fb7f281501865
parent bebcdb481c4980c9b6469a080b5f4361a3929c70
Author: Oliver Lowe <o@olowe.co>
Date:   Sun, 21 Jul 2024 18:42:32 +1000

lib: set my name in git

Diffstat:
Mlib/git | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/git b/lib/git @@ -1,7 +1,9 @@ [core] pager = "9 nobs" [user] + name = Oliver Lowe email = o@olowe.co + [alias] co = checkout st = status -s