1
Fork 0

Add workbranch alias

This commit is contained in:
Joshua Goins 2023-12-01 15:22:27 -05:00
parent a11caffbb7
commit ec39bc6a29
2 changed files with 5 additions and 1 deletions

View file

@ -2,3 +2,5 @@
name = Joshua Goins
email = josh@redstrate.com
signingkey = 0xD28B9141A3B3A73A
[alias]
wb = "!f(){ git switch -c work/redstrate/$1; }; f"

View file

@ -1,3 +1,5 @@
[user]
name = Joshua Goins
email = josh@redstrate.com
email = joshua.goins@kdab.com
[alias]
wb = "!f(){ git switch -c wip/josh/$1; }; f"