Add workbranch alias
This commit is contained in:
parent
a11caffbb7
commit
ec39bc6a29
2 changed files with 5 additions and 1 deletions
|
@ -2,3 +2,5 @@
|
||||||
name = Joshua Goins
|
name = Joshua Goins
|
||||||
email = josh@redstrate.com
|
email = josh@redstrate.com
|
||||||
signingkey = 0xD28B9141A3B3A73A
|
signingkey = 0xD28B9141A3B3A73A
|
||||||
|
[alias]
|
||||||
|
wb = "!f(){ git switch -c work/redstrate/$1; }; f"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
[user]
|
[user]
|
||||||
name = Joshua Goins
|
name = Joshua Goins
|
||||||
email = josh@redstrate.com
|
email = joshua.goins@kdab.com
|
||||||
|
[alias]
|
||||||
|
wb = "!f(){ git switch -c wip/josh/$1; }; f"
|
||||||
|
|
Loading…
Add table
Reference in a new issue