Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKovac committed Dec 12, 2024
1 parent bce8b67 commit eb991a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_issue_branch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if ([int]::TryParse($IssueId, [ref]$null))
# Add all changes
git add .
# Commit all changes
git commit -m "Create draft PR for #$selectedIssueNumber"
git commit --allow-empty -m "Create draft PR for #$selectedIssueNumber"
# Write changes to remote
Write-Output "Pushing the branch to remote"
git push -u origin $(git branch --show-current)
Expand Down

0 comments on commit eb991a3

Please sign in to comment.