Skip to content

Commit

Permalink
Refactoring yolo commit funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Oct 19, 2023
1 parent ac91c38 commit 4d9a86d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions roles/bash/files/bash/git_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ gacp() {
}

gacpgh() {
git add -A
git commit -m "$*"
git push -u origin $(git branch | sed -n -e 's/^\* \(.*\)/\1/p')
gacp "$*"
gh pr create --fill
gh pr review --approve
gh pr merge -dm
Expand Down

0 comments on commit 4d9a86d

Please sign in to comment.