feat: add git-user and git-email flags to recipe new #405
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "p4u1/abra:recipe-init-git-user"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
71859f0b76
to074fbb7613
recipe-init-git-userto feat: add git-user and git-email flags to recipe newLGTM, thanks!
If we merge this I think I want to rename the --git-user flag to --git-name to be more aligned with git naming
@p4u1 yeh let's do coop-cloud/abra#405 (comment) and merge no? Looks like a solid change that'd be particularly useful for CI/CD envirnonments / automation also...
feat: add git-user and git-email flags to recipe newto WIP: feat: add git-user and git-email flags to recipe new074fbb7613
to30bb8059e2
30bb8059e2
toc23d2d34b9
@decentral1se finally pushed an update, should be good to go now :)
LGTM!
@ -24,3 +24,3 @@
@test "create new recipe" {
run $ABRA recipe new foobar
run $ABRA recipe new foobar --git-name foo --git-email foo@example.com
I think I'd prefer to have a specific test which uses name/email and a check. And then we keep these tests which cover the basic funcionality without the flags. I'll sort that out in a follow-up commit 👍
WIP: feat: add git-user and git-email flags to recipe newto feat: add git-user and git-email flags to recipe new