Last active
June 4, 2022 10:54
-
-
Save lukeocodes/cd896c8fc53f5f777063d85800f80113 to your computer and use it in GitHub Desktop.
Revisions
-
lukeocodes revised this gist
Oct 6, 2021 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,4 @@ gh alias set issueBranch --shell \ 'title="$(gh issue view $1 --json title --jq .title)"; \ slug="$(source $HOME/.zshrc && slugify "$title")"; \ git checkout -b "prefix-$1.$slug"' -
lukeocodes renamed this gist
Oct 6, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
lukeocodes revised this gist
Oct 6, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ gh alias set issueBranch --shell 'title="$(gh issue view $1 --json title --jq .title)"; slug="$(source $HOME/.zshrc && slugify "$title")"; git checkout -b "DevEd-$1.$slug"' -
lukeocodes created this gist
Oct 6, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ gh alias set issueBranch --shell 'title="$(gh issue view $1 --json title --jq .title)"; slug="$(source $HOME/.zshrc && slugify "$title")"; git checkout main; git checkout -b "DevEd-$1.$slug"'