Skip to content

Commit

Permalink
πŸ—ƒοΈ Committing everything that changed πŸ—ƒοΈ
Browse files Browse the repository at this point in the history
bin/gitcommit
  • Loading branch information
casjay committed Dec 30, 2024
1 parent d2fabf7 commit 9d298e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gitcommit
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ __git_custom_push() {
gitadmin --dir "${1:-GITCOMMIT_CWD}" push 2>/dev/null
while read -r url; do
printf_blue "Pushing to $url"
gitadmin --dir "${1:-GITCOMMIT_CWD}" $url push -q
git --dir "${1:-GITCOMMIT_CWD}" $url push -q
[ $? -eq 0 ] && printf_green "Push was successful" || printf_red "Pushing repo has failed"
done <"${1:-GITCOMMIT_CWD}/.gitmirror"
return $?
Expand Down

0 comments on commit 9d298e1

Please sign in to comment.